Html Css Color HEX #F120E6 Razzle Dazzle Rose

📋 copy color: '#F120E6'

red 241 ◦ green 32 ◦ blue 230

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

Shades of Razzle Dazzle Rose #F120E6

Tints of Razzle Dazzle Rose #F120E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.73%

R = 47.91%
G = 6.36%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F120E6 (or 0xF120E6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 20 and E6. RGB value is (241,32,230). Sum of RGB (Red+Green+Blue) = 241+32+230=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 32 (12.89% from 255 or 6.36% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F120E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F120E6 is #0EDF19. Grayscale: #747474. Windows color (decimal): -974618 or 15081713. OLE color: 15081713.

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

Color convert

RGB 241 32 230 -
CMYK 0 0.87 0.05 0.05
HSL 303.16º 0.88% 0.54% -
HSV(B) 303.16º 0.87% 0.95% -
XYZ 51.08 25.45 77.08 -
YUV 117.06 191.74 216.4 -
System Red Green Blue C M Y K H S L
Decimal 241 32 230 0 0.87 0.05 0.05 303.16 0.88 0.54
Hex F1 20 E6 0 57 5 5 12F 58 36
Octal 361 40 346 0 127 5 5 457 130 66
Binary 11110001 100000 11100110 0 1010111 101 101 100101111 1011000 110110

Color Harmonies of #F120E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120E6

Black with #F120E6

Text Example


Text Example

White with #F120E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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