#F022D6

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

Shades of Razzle Dazzle Rose #F022D6

Tints of Razzle Dazzle Rose #F022D6

Color information

#F022D6 (or 0xF022D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 22 and D6. RGB value is (240,34,214). Sum of RGB (Red+Green+Blue) = 240+34+214=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 34 (13.67% from 255 or 6.97% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F022D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F022D6 is #0FDD29. Grayscale: #737373. Windows color (decimal): -1039658 or 14033648. OLE color: 14033648.

HSL color Cylindrical-coordinate representation of color #F022D6: hue angle of 307.57º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F022D6 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB24034214-
CMYK00.860.110.06
HSL307.57º87.29%53.73%-
HSV(B)307.57º85.83%94.12%-
XYZ48.6424.5265.79-
YUV116.11183.25216.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.18%
GREEN value IS 34 (13.67% from 255) = 6.97%
BLUE value IS 214 (83.98% from 255) = 43.85%
R=49.18%
G=6.97%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403421400.860.110.06307.5787.2953.73
HexF022D6056B61345736
Octal36042326012613646412766
Binary11110000100010110101100101011010111101001101001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F022D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F022D6; }

 p { color: rgb(240,34,214); }

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

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

 a { background-color: rgb(240,34,214); }

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

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

 span { border-color: rgb(240,34,214); }

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