#F029D2

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

Shades of Razzle Dazzle Rose #F029D2

Tints of Razzle Dazzle Rose #F029D2

Color information

#F029D2 (or 0xF029D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 29 and D2. RGB value is (240,41,210). Sum of RGB (Red+Green+Blue) = 240+41+210=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F029D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F029D2 is #0FD62D. Grayscale: #777777. Windows color (decimal): -1037870 or 13773296. OLE color: 13773296.

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

Color convert

RGB24041210-
CMYK00.830.120.06
HSL309.05º86.9%55.1%-
HSV(B)309.05º82.92%94.12%-
XYZ48.3624.7663.2-
YUV119.77178.93213.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 41 (16.41% from 255) = 8.35%
BLUE value IS 210 (82.42% from 255) = 42.77%
R=48.88%
G=8.35%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404121000.830.120.06309.0586.955.1
HexF029D2053C61355737
Octal36051322012314646512767
Binary11110000101001110100100101001111001101001101011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F029D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F029D2; }

 p { color: rgb(240,41,210); }

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

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

 a { background-color: rgb(240,41,210); }

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

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

 span { border-color: rgb(240,41,210); }

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