Html Css Color HEX #F120E9 Magenta

📋 copy color: '#F120E9'

red 241 ◦ green 32 ◦ blue 233

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

Shades of Magenta #F120E9

Tints of Magenta #F120E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.05%

R = 47.63%
G = 6.32%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F120E9 (or 0xF120E9) is known color: Magenta. HEX triplet: F1, 20 and E9. RGB value is (241,32,233). Sum of RGB (Red+Green+Blue) = 241+32+233=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 32 (12.89% from 255 or 6.32% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F120E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F120E9 is #0EDF16. Grayscale: #747474. Windows color (decimal): -974615 or 15278321. OLE color: 15278321.

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

Color convert

RGB 241 32 233 -
CMYK 0 0.87 0.03 0.05
HSL 302.3º 0.88% 0.54% -
HSV(B) 302.3º 0.87% 0.95% -
XYZ 51.5 25.62 79.32 -
YUV 117.41 193.24 216.16 -
System Red Green Blue C M Y K H S L
Decimal 241 32 233 0 0.87 0.03 0.05 302.3 0.88 0.54
Hex F1 20 E9 0 57 3 5 12E 58 36
Octal 361 40 351 0 127 3 5 456 130 66
Binary 11110001 100000 11101001 0 1010111 11 101 100101110 1011000 110110

Color Harmonies of #F120E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120E9

Black with #F120E9

Text Example


Text Example

White with #F120E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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