Html Css Color HEX #F029DD Razzle Dazzle Rose

📋 copy color: '#F029DD'

red 240 ◦ green 41 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F029DD

Tints of Razzle Dazzle Rose #F029DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 47.81%
G = 8.17%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F029DD (or 0xF029DD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 29 and DD. RGB value is (240,41,221). Sum of RGB (Red+Green+Blue) = 240+41+221=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 41 (16.41% from 255 or 8.17% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F029DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F029DD is #0FD622. Grayscale: #787878. Windows color (decimal): -1037859 or 14494192. OLE color: 14494192.

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

Color convert

RGB 240 41 221 -
CMYK 0 0.83 0.08 0.06
HSL 305.73º 0.87% 0.55% -
HSV(B) 305.73º 0.83% 0.94% -
XYZ 49.78 25.33 70.67 -
YUV 121.02 184.43 212.86 -
System Red Green Blue C M Y K H S L
Decimal 240 41 221 0 0.83 0.08 0.06 305.73 0.87 0.55
Hex F0 29 DD 0 53 8 6 132 57 37
Octal 360 51 335 0 123 10 6 462 127 67
Binary 11110000 101001 11011101 0 1010011 1000 110 100110010 1010111 110111

Color Harmonies of #F029DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F029DD

Black with #F029DD

Text Example


Text Example

White with #F029DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F029DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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