#F442DF

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

Shades of Razzle Dazzle Rose #F442DF

Tints of Razzle Dazzle Rose #F442DF

Color information

#F442DF (or 0xF442DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 42 and DF. RGB value is (244,66,223). Sum of RGB (Red+Green+Blue) = 244+66+223=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 66 (26.17% from 255 or 12.38% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F442DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F442DF is #0BBD20. Grayscale: #888888. Windows color (decimal): -769313 or 14631668. OLE color: 14631668.

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

Color convert

RGB24466223-
CMYK00.730.090.04
HSL307.08º89%60.78%-
HSV(B)307.08º72.95%95.69%-
XYZ52.5828.4672.53-
YUV137.12176.47204.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.78%
GREEN value IS 66 (26.17% from 255) = 12.38%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=45.78%
G=12.38%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446622300.730.090.04307.088960.78
HexF442DF04994133593d
Octal364102337011111446313175
Binary111101001000010110111110100100110011001001100111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F442DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F442DF; }

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

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

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

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

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

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

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

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