Html Css Color HEX #F120DC Razzle Dazzle Rose

📋 copy color: '#F120DC'

red 241 ◦ green 32 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F120DC

Tints of Razzle Dazzle Rose #F120DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 48.88%
G = 6.49%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F120DC (or 0xF120DC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 20 and DC. RGB value is (241,32,220). Sum of RGB (Red+Green+Blue) = 241+32+220=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 32 (12.89% from 255 or 6.49% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F120DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120DC is #0EDF23. Grayscale: #737373. Windows color (decimal): -974628 or 14426353. OLE color: 14426353.

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

Color convert

RGB 241 32 220 -
CMYK 0 0.87 0.09 0.05
HSL 306.03º 0.88% 0.54% -
HSV(B) 306.03º 0.87% 0.95% -
XYZ 49.71 24.9 69.9 -
YUV 115.92 186.74 217.21 -
System Red Green Blue C M Y K H S L
Decimal 241 32 220 0 0.87 0.09 0.05 306.03 0.88 0.54
Hex F1 20 DC 0 57 9 5 132 58 36
Octal 361 40 334 0 127 11 5 462 130 66
Binary 11110001 100000 11011100 0 1010111 1001 101 100110010 1011000 110110

Color Harmonies of #F120DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120DC

Black with #F120DC

Text Example


Text Example

White with #F120DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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