Html Css Color HEX #F020E8 Razzle Dazzle Rose

📋 copy color: '#F020E8'

red 240 ◦ green 32 ◦ blue 232

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

Shades of Razzle Dazzle Rose #F020E8

Tints of Razzle Dazzle Rose #F020E8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.35%

 BLUE value IS 232 (91.02% from 255) = 46.03%

R = 47.62%
G = 6.35%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F020E8 (or 0xF020E8) is known color: Razzle Dazzle Rose. HEX triplet: F0, 20 and E8. RGB value is (240,32,232). Sum of RGB (Red+Green+Blue) = 240+32+232=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 32 (12.89% from 255 or 6.35% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F020E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F020E8 is #0FDF17. Grayscale: #747474. Windows color (decimal): -1040152 or 15212784. OLE color: 15212784.

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

Color convert

RGB 240 32 232 -
CMYK 0 0.87 0.03 0.06
HSL 302.31º 0.87% 0.53% -
HSV(B) 302.31º 0.87% 0.94% -
XYZ 51.02 25.38 78.55 -
YUV 116.99 192.91 215.74 -
System Red Green Blue C M Y K H S L
Decimal 240 32 232 0 0.87 0.03 0.06 302.31 0.87 0.53
Hex F0 20 E8 0 57 3 6 12E 57 35
Octal 360 40 350 0 127 3 6 456 127 65
Binary 11110000 100000 11101000 0 1010111 11 110 100101110 1010111 110101

Color Harmonies of #F020E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020E8

Black with #F020E8

Text Example


Text Example

White with #F020E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020E8; }

 p { color: rgb(240,32,232); }

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

background-color css

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

 a { background-color: rgb(240,32,232); }

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

border-color css

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

 span { border-color: rgb(240,32,232); }

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