Html Css Color HEX #F029DF Razzle Dazzle Rose

📋 copy color: '#F029DF'

red 240 ◦ green 41 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F029DF

Tints of Razzle Dazzle Rose #F029DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 47.62%
G = 8.13%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F029DF (or 0xF029DF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 29 and DF. RGB value is (240,41,223). Sum of RGB (Red+Green+Blue) = 240+41+223=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 41 (16.41% from 255 or 8.13% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F029DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F029DF is #0FD620. Grayscale: #787878. Windows color (decimal): -1037857 or 14625264. OLE color: 14625264.

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

Color convert

RGB 240 41 223 -
CMYK 0 0.83 0.07 0.06
HSL 305.13º 0.87% 0.55% -
HSV(B) 305.13º 0.83% 0.94% -
XYZ 50.05 25.44 72.08 -
YUV 121.25 185.43 212.7 -
System Red Green Blue C M Y K H S L
Decimal 240 41 223 0 0.83 0.07 0.06 305.13 0.87 0.55
Hex F0 29 DF 0 53 7 6 131 57 37
Octal 360 51 337 0 123 7 6 461 127 67
Binary 11110000 101001 11011111 0 1010011 111 110 100110001 1010111 110111

Color Harmonies of #F029DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F029DF

Black with #F029DF

Text Example


Text Example

White with #F029DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F029DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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