#F442C9

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

Shades of Razzle Dazzle Rose #F442C9

Tints of Razzle Dazzle Rose #F442C9

Color information

#F442C9 (or 0xF442C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 42 and C9. RGB value is (244,66,201). Sum of RGB (Red+Green+Blue) = 244+66+201=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F442C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F442C9 is #0BBD36. Grayscale: #868686. Windows color (decimal): -769335 or 13189876. OLE color: 13189876.

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

Color convert

RGB24466201-
CMYK00.730.180.04
HSL314.49º89%60.78%-
HSV(B)314.49º72.95%95.69%-
XYZ49.827.3557.91-
YUV134.61165.47206.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.75%
GREEN value IS 66 (26.17% from 255) = 12.92%
BLUE value IS 201 (78.91% from 255) = 39.33%
R=47.75%
G=12.92%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446620100.730.180.04314.498960.78
HexF442C904912413a593d
Octal364102311011122447213175
Binary1111010010000101100100101001001100101001001110101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F442C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F442C9; }

 p { color: rgb(244,66,201); }

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

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

 a { background-color: rgb(244,66,201); }

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

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

 span { border-color: rgb(244,66,201); }

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