#F53EC9

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

Shades of Razzle Dazzle Rose #F53EC9

Tints of Razzle Dazzle Rose #F53EC9

Color information

#F53EC9 (or 0xF53EC9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3E and C9. RGB value is (245,62,201). Sum of RGB (Red+Green+Blue) = 245+62+201=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 62 (24.61% from 255 or 12.20% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F53EC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53EC9 is #0AC136. Grayscale: #848484. Windows color (decimal): -704823 or 13188853. OLE color: 13188853.

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

Color convert

RGB24562201-
CMYK00.750.180.04
HSL314.43º90.15%60.2%-
HSV(B)314.43º74.69%96.08%-
XYZ49.9227.0757.85-
YUV132.56166.63208.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.23%
GREEN value IS 62 (24.61% from 255) = 12.20%
BLUE value IS 201 (78.91% from 255) = 39.57%
R=48.23%
G=12.20%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456220100.750.180.04314.4390.1560.2
HexF53EC904B12413a5a3c
Octal36576311011322447213274
Binary111101011111101100100101001011100101001001110101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53EC9; }

 p { color: rgb(245,62,201); }

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

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

 a { background-color: rgb(245,62,201); }

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

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

 span { border-color: rgb(245,62,201); }

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