Html Css Color HEX #F912E9 Magenta

📋 copy color: '#F912E9'

red 249 ◦ green 18 ◦ blue 233

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

Shades of Magenta #F912E9

Tints of Magenta #F912E9

RGB

 RED value IS 249 (97.66% from 255) = 49.8%

 GREEN value IS 18 (7.42% from 255) = 3.6%

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

R = 49.8%
G = 3.6%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F912E9 (or 0xF912E9) is known color: Magenta. HEX triplet: F9, 12 and E9. RGB value is (249,18,233). Sum of RGB (Red+Green+Blue) = 249+18+233=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 18 (7.42% from 255 or 3.6% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F912E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F912E9 is #06ED16. Grayscale: #6E6E6E. Windows color (decimal): -453911 or 15274745. OLE color: 15274745.

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

Color convert

RGB 249 18 233 -
CMYK 0 0.93 0.06 0.02
HSL 304.16º 0.95% 0.52% -
HSV(B) 304.16º 0.93% 0.98% -
XYZ 53.99 26.46 79.35 -
YUV 111.58 196.53 226.02 -
System Red Green Blue C M Y K H S L
Decimal 249 18 233 0 0.93 0.06 0.02 304.16 0.95 0.52
Hex F9 12 E9 0 5D 6 2 130 5F 34
Octal 371 22 351 0 135 6 2 460 137 64
Binary 11111001 10010 11101001 0 1011101 110 10 100110000 1011111 110100

Color Harmonies of #F912E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912E9

Black with #F912E9

Text Example


Text Example

White with #F912E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912E9; }

 p { color: rgb(249,18,233); }

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

background-color css

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

 a { background-color: rgb(249,18,233); }

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

border-color css

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

 span { border-color: rgb(249,18,233); }

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