Html Css Color HEX #F120F2 Magenta

📋 copy color: '#F120F2'

red 241 ◦ green 32 ◦ blue 242

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

Shades of Magenta #F120F2

Tints of Magenta #F120F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.99%

R = 46.8%
G = 6.21%
B = 46.99%

CMYK

 C value IS 0.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F120F2 (or 0xF120F2) is known color: Magenta. HEX triplet: F1, 20 and F2. RGB value is (241,32,242). Sum of RGB (Red+Green+Blue) = 241+32+242=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 32 (12.89% from 255 or 6.21% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #F120F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F120F2 is #0EDF0D. Grayscale: #757575. Windows color (decimal): -974606 or 15868145. OLE color: 15868145.

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

Color convert

RGB 241 32 242 -
CMYK 0.00 0.87 0 0.05
HSL 299.71º 0.89% 0.54% -
HSV(B) 299.71º 0.87% 0.95% -
XYZ 52.82 26.14 86.27 -
YUV 118.43 197.74 215.42 -
System Red Green Blue C M Y K H S L
Decimal 241 32 242 0.00 0.87 0 0.05 299.71 0.89 0.54
Hex F1 20 F2 0 57 0 5 12C 59 36
Octal 361 40 362 0 127 0 5 454 131 66
Binary 11110001 100000 11110010 0 1010111 0 101 100101100 1011001 110110

Color Harmonies of #F120F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120F2

Black with #F120F2

Text Example


Text Example

White with #F120F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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