Html Css Color HEX #F032D9 Razzle Dazzle Rose

📋 copy color: '#F032D9'

red 240 ◦ green 50 ◦ blue 217

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

Shades of Razzle Dazzle Rose #F032D9

Tints of Razzle Dazzle Rose #F032D9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.86%

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

R = 47.34%
G = 9.86%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F032D9 (or 0xF032D9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 32 and D9. RGB value is (240,50,217). Sum of RGB (Red+Green+Blue) = 240+50+217=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 50 (19.92% from 255 or 9.86% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F032D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F032D9 is #0FCD26. Grayscale: #7D7D7D. Windows color (decimal): -1035559 or 14234352. OLE color: 14234352.

HSL color Cylindrical-coordinate representation of color #F032D9: hue angle of 307.26º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F032D9 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 50 217 -
CMYK 0 0.79 0.10 0.06
HSL 307.26º 0.86% 0.57% -
HSV(B) 307.26º 0.79% 0.94% -
XYZ 49.6 25.82 68.01 -
YUV 125.85 179.45 209.42 -
System Red Green Blue C M Y K H S L
Decimal 240 50 217 0 0.79 0.10 0.06 307.26 0.86 0.57
Hex F0 32 D9 0 4F A 6 133 56 39
Octal 360 62 331 0 117 12 6 463 126 71
Binary 11110000 110010 11011001 0 1001111 1010 110 100110011 1010110 111001

Color Harmonies of #F032D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F032D9

Black with #F032D9

Text Example


Text Example

White with #F032D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F032D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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