Html Css Color HEX #F029DC Razzle Dazzle Rose

📋 copy color: '#F029DC'

red 240 ◦ green 41 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F029DC

Tints of Razzle Dazzle Rose #F029DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 47.9%
G = 8.18%
B = 43.91%

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

#F029DC (or 0xF029DC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 29 and DC. RGB value is (240,41,220). Sum of RGB (Red+Green+Blue) = 240+41+220=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 41 (16.41% from 255 or 8.18% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F029DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F029DC is #0FD623. Grayscale: #787878. Windows color (decimal): -1037860 or 14428656. OLE color: 14428656.

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

Color convert

RGB 240 41 220 -
CMYK 0 0.83 0.08 0.06
HSL 306.03º 0.87% 0.55% -
HSV(B) 306.03º 0.83% 0.94% -
XYZ 49.65 25.28 69.97 -
YUV 120.91 183.93 212.95 -
System Red Green Blue C M Y K H S L
Decimal 240 41 220 0 0.83 0.08 0.06 306.03 0.87 0.55
Hex F0 29 DC 0 53 8 6 132 57 37
Octal 360 51 334 0 123 10 6 462 127 67
Binary 11110000 101001 11011100 0 1010011 1000 110 100110010 1010111 110111

Color Harmonies of #F029DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F029DC

Black with #F029DC

Text Example


Text Example

White with #F029DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F029DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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