Html Css Color HEX #F020CE Razzle Dazzle Rose

📋 copy color: '#F020CE'

red 240 ◦ green 32 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F020CE

Tints of Razzle Dazzle Rose #F020CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 50.21%
G = 6.69%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F020CE (or 0xF020CE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 20 and CE. RGB value is (240,32,206). Sum of RGB (Red+Green+Blue) = 240+32+206=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F020CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F020CE is #0FDF31. Grayscale: #717171. Windows color (decimal): -1040178 or 13508848. OLE color: 13508848.

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

Color convert

RGB 240 32 206 -
CMYK 0 0.87 0.14 0.06
HSL 309.81º 0.87% 0.53% -
HSV(B) 309.81º 0.87% 0.94% -
XYZ 47.59 24.01 60.52 -
YUV 114.03 179.91 217.85 -
System Red Green Blue C M Y K H S L
Decimal 240 32 206 0 0.87 0.14 0.06 309.81 0.87 0.53
Hex F0 20 CE 0 57 E 6 136 57 35
Octal 360 40 316 0 127 16 6 466 127 65
Binary 11110000 100000 11001110 0 1010111 1110 110 100110110 1010111 110101

Color Harmonies of #F020CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020CE

Black with #F020CE

Text Example


Text Example

White with #F020CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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