#F53CD6

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

Shades of Razzle Dazzle Rose #F53CD6

Tints of Razzle Dazzle Rose #F53CD6

Color information

#F53CD6 (or 0xF53CD6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3C and D6. RGB value is (245,60,214). Sum of RGB (Red+Green+Blue) = 245+60+214=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 60 (23.83% from 255 or 11.56% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CD6 is #0AC329. Grayscale: #848484. Windows color (decimal): -705322 or 14040309. OLE color: 14040309.

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

Color convert

RGB24560214-
CMYK00.760.130.04
HSL310.05º90.24%59.8%-
HSV(B)310.05º75.51%96.08%-
XYZ51.4127.566.22-
YUV132.87173.79207.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.21%
GREEN value IS 60 (23.83% from 255) = 11.56%
BLUE value IS 214 (83.98% from 255) = 41.23%
R=47.21%
G=11.56%
B=41.23%

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
Decimal2456021400.760.130.04310.0590.2459.8
HexF53CD604CD41365a3c
Octal36574326011415446613274
Binary11110101111100110101100100110011011001001101101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53CD6; }

 p { color: rgb(245,60,214); }

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

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

 a { background-color: rgb(245,60,214); }

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

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

 span { border-color: rgb(245,60,214); }

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