Html Css Color HEX #F029D9 Razzle Dazzle Rose

📋 copy color: '#F029D9'

red 240 ◦ green 41 ◦ blue 217

#F029D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F029D9

Tints of Razzle Dazzle Rose #F029D9

RGB

 RED value IS 240 (94.14% from 255) = 48.19%

 GREEN value IS 41 (16.41% from 255) = 8.23%

 BLUE value IS 217 (85.16% from 255) = 43.57%

R = 48.19%
G = 8.23%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F029D9 (or 0xF029D9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 29 and D9. RGB value is (240,41,217). Sum of RGB (Red+Green+Blue) = 240+41+217=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 41 (16.41% from 255 or 8.23% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F029D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F029D9 is #0FD626. Grayscale: #787878. Windows color (decimal): -1037863 or 14232048. OLE color: 14232048.

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

Color convert

RGB 240 41 217 -
CMYK 0 0.83 0.10 0.06
HSL 306.93º 0.87% 0.55% -
HSV(B) 306.93º 0.83% 0.94% -
XYZ 49.25 25.12 67.9 -
YUV 120.57 182.43 213.19 -
System Red Green Blue C M Y K H S L
Decimal 240 41 217 0 0.83 0.10 0.06 306.93 0.87 0.55
Hex F0 29 D9 0 53 A 6 133 57 37
Octal 360 51 331 0 123 12 6 463 127 67
Binary 11110000 101001 11011001 0 1010011 1010 110 100110011 1010111 110111

Color Harmonies of #F029D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F029D9

Black with #F029D9

Text Example


Text Example

White with #F029D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F029D9; }

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

 H1.HeaderClassName
 {
   color: #F029D9;
 }
 .AnyTagClassName
 {
   color: #F029D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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