#F029DA

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

Shades of Razzle Dazzle Rose #F029DA

Tints of Razzle Dazzle Rose #F029DA

Color information

#F029DA (or 0xF029DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 29 and DA. RGB value is (240,41,218). Sum of RGB (Red+Green+Blue) = 240+41+218=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 41 (16.41% from 255 or 8.22% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F029DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F029DA is #0FD625. Grayscale: #787878. Windows color (decimal): -1037862 or 14297584. OLE color: 14297584.

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

Color convert

RGB24041218-
CMYK00.830.090.06
HSL306.63º86.9%55.1%-
HSV(B)306.63º82.92%94.12%-
XYZ49.3825.1768.59-
YUV120.68182.93213.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.10%
GREEN value IS 41 (16.41% from 255) = 8.22%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=48.10%
G=8.22%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404121800.830.090.06306.6386.955.1
HexF029DA053961335737
Octal36051332012311646312767
Binary11110000101001110110100101001110011101001100111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F029DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F029DA; }

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

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

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

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

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

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

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

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