Html Css Color HEX #F120CE Razzle Dazzle Rose

📋 copy color: '#F120CE'

red 241 ◦ green 32 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F120CE

Tints of Razzle Dazzle Rose #F120CE

RGB

 RED value IS 241 (94.53% from 255) = 50.31%

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

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

R = 50.31%
G = 6.68%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F120CE (or 0xF120CE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 20 and CE. RGB value is (241,32,206). Sum of RGB (Red+Green+Blue) = 241+32+206=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F120CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120CE is #0EDF31. Grayscale: #717171. Windows color (decimal): -974642 or 13508849. OLE color: 13508849.

HSL color Cylindrical-coordinate representation of color #F120CE: hue angle of 310.05º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F120CE is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 32 206 -
CMYK 0 0.87 0.15 0.05
HSL 310.05º 0.88% 0.54% -
HSV(B) 310.05º 0.87% 0.95% -
XYZ 47.93 24.19 60.54 -
YUV 114.33 179.74 218.35 -
System Red Green Blue C M Y K H S L
Decimal 241 32 206 0 0.87 0.15 0.05 310.05 0.88 0.54
Hex F1 20 CE 0 57 F 5 136 58 36
Octal 361 40 316 0 127 17 5 466 130 66
Binary 11110001 100000 11001110 0 1010111 1111 101 100110110 1011000 110110

Color Harmonies of #F120CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120CE

Black with #F120CE

Text Example


Text Example

White with #F120CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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