Html Css Color HEX #F02EC9 Razzle Dazzle Rose

📋 copy color: '#F02EC9'

red 240 ◦ green 46 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F02EC9

Tints of Razzle Dazzle Rose #F02EC9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.45%

 BLUE value IS 201 (78.91% from 255) = 41.27%

R = 49.28%
G = 9.45%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F02EC9 (or 0xF02EC9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2E and C9. RGB value is (240,46,201). Sum of RGB (Red+Green+Blue) = 240+46+201=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F02EC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02EC9 is #0FD136. Grayscale: #797979. Windows color (decimal): -1036599 or 13184752. OLE color: 13184752.

HSL color Cylindrical-coordinate representation of color #F02EC9: hue angle of 312.06º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02EC9 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 46 201 -
CMYK 0 0.81 0.16 0.06
HSL 312.06º 0.87% 0.56% -
HSV(B) 312.06º 0.81% 0.94% -
XYZ 47.45 24.7 57.52 -
YUV 121.68 172.77 212.4 -
System Red Green Blue C M Y K H S L
Decimal 240 46 201 0 0.81 0.16 0.06 312.06 0.87 0.56
Hex F0 2E C9 0 51 10 6 138 57 38
Octal 360 56 311 0 121 20 6 470 127 70
Binary 11110000 101110 11001001 0 1010001 10000 110 100111000 1010111 111000

Color Harmonies of #F02EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02EC9

Black with #F02EC9

Text Example


Text Example

White with #F02EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02EC9; }

 p { color: rgb(240,46,201); }

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

background-color css

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

 a { background-color: rgb(240,46,201); }

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

border-color css

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

 span { border-color: rgb(240,46,201); }

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