#F53AD4

Color #F53AD4 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F53AD4

Tints of Razzle Dazzle Rose #F53AD4

Color information

#F53AD4 (or 0xF53AD4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3A and D4. RGB value is (245,58,212). Sum of RGB (Red+Green+Blue) = 245+58+212=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 58 (23.05% from 255 or 11.26% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F53AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53AD4 is #0AC52B. Grayscale: #838383. Windows color (decimal): -705836 or 13908725. OLE color: 13908725.

HSL color Cylindrical-coordinate representation of color #F53AD4: hue angle of 310.59º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53AD4 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB24558212-
CMYK00.760.130.04
HSL310.59º90.34%59.41%-
HSV(B)310.59º76.33%96.08%-
XYZ51.0527.1964.85-
YUV131.47173.45208.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 47.57%
GREEN value IS 58 (23.05% from 255) = 11.26%
BLUE value IS 212 (83.20% from 255) = 41.17%
R=47.57%
G=11.26%
B=41.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455821200.760.130.04310.5990.3459.41
HexF53AD404CD41375a3b
Octal36572324011415446713273
Binary11110101111010110101000100110011011001001101111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53AD4; }

 p { color: rgb(245,58,212); }

 H1.HeaderClassName
 {
   color: #F53AD4;
 }
 .AnyTagClassName
 {
   color: #F53AD4;
 }
</style>
background-color css

<style>
 a { background-color: #F53AD4; }

 a { background-color: rgb(245,58,212); }

 div.DivClassName
 {
   background-color: #F53AD4;
 }
 .BgClassName
 {
   background-color: #F53AD4;
 }
</style>
border-color css

<style>
 span { border-color: #F53AD4; }

 span { border-color: rgb(245,58,212); }

 td.TdClassName
 {
   border-color: #F53AD4;
 }
 .TagClassName
 {
   border-color: #F53AD4;
 }
</style>