#F422D9

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

Shades of Razzle Dazzle Rose #F422D9

Tints of Razzle Dazzle Rose #F422D9

Color information

#F422D9 (or 0xF422D9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 22 and D9. RGB value is (244,34,217). Sum of RGB (Red+Green+Blue) = 244+34+217=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 34 (13.67% from 255 or 6.87% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F422D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F422D9 is #0BDD26. Grayscale: #757575. Windows color (decimal): -777511 or 14230260. OLE color: 14230260.

HSL color Cylindrical-coordinate representation of color #F422D9: hue angle of 307.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F422D9 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB24434217-
CMYK00.860.110.04
HSL307.71º90.52%54.51%-
HSV(B)307.71º86.07%95.69%-
XYZ50.425.3967.89-
YUV117.65184.07218.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 34 (13.67% from 255) = 6.87%
BLUE value IS 217 (85.16% from 255) = 43.84%
R=49.29%
G=6.87%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443421700.860.110.04307.7190.5254.51
HexF422D9056B41345b37
Octal36442331012613446413367
Binary11110100100010110110010101011010111001001101001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F422D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F422D9; }

 p { color: rgb(244,34,217); }

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

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

 a { background-color: rgb(244,34,217); }

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

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

 span { border-color: rgb(244,34,217); }

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