#F442C6

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

Shades of Razzle Dazzle Rose #F442C6

Tints of Razzle Dazzle Rose #F442C6

Color information

#F442C6 (or 0xF442C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 42 and C6. RGB value is (244,66,198). Sum of RGB (Red+Green+Blue) = 244+66+198=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F442C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F442C6 is #0BBD39. Grayscale: #858585. Windows color (decimal): -769338 or 12993268. OLE color: 12993268.

HSL color Cylindrical-coordinate representation of color #F442C6: hue angle of 315.51º 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 #F442C6 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB24466198-
CMYK00.730.190.04
HSL315.51º89%60.78%-
HSV(B)315.51º72.95%95.69%-
XYZ49.4527.2156.07-
YUV134.27163.97206.27-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.03%
GREEN value IS 66 (26.17% from 255) = 12.99%
BLUE value IS 198 (77.73% from 255) = 38.98%
R=48.03%
G=12.99%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446619800.730.190.04315.518960.78
HexF442C604913413c593d
Octal364102306011123447413175
Binary1111010010000101100011001001001100111001001111001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F442C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F442C6; }

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

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

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

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

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

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

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

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