#F442D4

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

Shades of Razzle Dazzle Rose #F442D4

Tints of Razzle Dazzle Rose #F442D4

Color information

#F442D4 (or 0xF442D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 42 and D4. RGB value is (244,66,212). Sum of RGB (Red+Green+Blue) = 244+66+212=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 66 (26.17% from 255 or 12.64% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F442D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F442D4 is #0BBD2B. Grayscale: #878787. Windows color (decimal): -769324 or 13910772. OLE color: 13910772.

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

Color convert

RGB24466212-
CMYK00.730.130.04
HSL310.79º89%60.78%-
HSV(B)310.79º72.95%95.69%-
XYZ51.1427.8864.97-
YUV135.87170.97205.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.74%
GREEN value IS 66 (26.17% from 255) = 12.64%
BLUE value IS 212 (83.20% from 255) = 40.61%
R=46.74%
G=12.64%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446621200.730.130.04310.798960.78
HexF442D4049D4137593d
Octal364102324011115446713175
Binary111101001000010110101000100100111011001001101111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F442D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F442D4; }

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

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

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

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

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

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

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

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