Html Css Color HEX #F021CE Razzle Dazzle Rose

📋 copy color: '#F021CE'

red 240 ◦ green 33 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F021CE

Tints of Razzle Dazzle Rose #F021CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.89%

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

R = 50.1%
G = 6.89%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F021CE (or 0xF021CE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 21 and CE. RGB value is (240,33,206). Sum of RGB (Red+Green+Blue) = 240+33+206=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 33 (13.28% from 255 or 6.89% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F021CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F021CE is #0FDE31. Grayscale: #727272. Windows color (decimal): -1039922 or 13509104. OLE color: 13509104.

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

Color convert

RGB 240 33 206 -
CMYK 0 0.86 0.14 0.06
HSL 309.86º 0.87% 0.54% -
HSV(B) 309.86º 0.86% 0.94% -
XYZ 47.62 24.07 60.53 -
YUV 114.62 179.58 217.43 -
System Red Green Blue C M Y K H S L
Decimal 240 33 206 0 0.86 0.14 0.06 309.86 0.87 0.54
Hex F0 21 CE 0 56 E 6 136 57 36
Octal 360 41 316 0 126 16 6 466 127 66
Binary 11110000 100001 11001110 0 1010110 1110 110 100110110 1010111 110110

Color Harmonies of #F021CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F021CE

Black with #F021CE

Text Example


Text Example

White with #F021CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F021CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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