Html Css Color HEX #F12AF9 Magenta

📋 copy color: '#F12AF9'

red 241 ◦ green 42 ◦ blue 249

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

Shades of Magenta #F12AF9

Tints of Magenta #F12AF9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.89%

 BLUE value IS 249 (97.66% from 255) = 46.8%

R = 45.3%
G = 7.89%
B = 46.8%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F12AF9 (or 0xF12AF9) is known color: Magenta. HEX triplet: F1, 2A and F9. RGB value is (241,42,249). Sum of RGB (Red+Green+Blue) = 241+42+249=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 42 (16.80% from 255 or 7.89% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #F12AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12AF9 is #0ED506. Grayscale: #7C7C7C. Windows color (decimal): -972039 or 16329457. OLE color: 16329457.

HSL color Cylindrical-coordinate representation of color #F12AF9: hue angle of 297.68º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12AF9 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 42 249 -
CMYK 0.03 0.83 0 0.02
HSL 297.68º 0.95% 0.57% -
HSV(B) 297.68º 0.83% 0.98% -
XYZ 54.2 27.2 92.02 -
YUV 125.1 197.93 210.67 -
System Red Green Blue C M Y K H S L
Decimal 241 42 249 0.03 0.83 0 0.02 297.68 0.95 0.57
Hex F1 2A F9 3 53 0 2 12A 5F 39
Octal 361 52 371 3 123 0 2 452 137 71
Binary 11110001 101010 11111001 11 1010011 0 10 100101010 1011111 111001

Color Harmonies of #F12AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12AF9

Black with #F12AF9

Text Example


Text Example

White with #F12AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12AF9; }

 p { color: rgb(241,42,249); }

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

background-color css

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

 a { background-color: rgb(241,42,249); }

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

border-color css

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

 span { border-color: rgb(241,42,249); }

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