Html Css Color HEX #F912FF Magenta

📋 copy color: '#F912FF'

red 249 ◦ green 18 ◦ blue 255

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

Shades of Magenta #F912FF

Tints of Magenta #F912FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.85%

R = 47.7%
G = 3.45%
B = 48.85%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F912FF (or 0xF912FF) is known color: Magenta. HEX triplet: F9, 12 and FF. RGB value is (249,18,255). Sum of RGB (Red+Green+Blue) = 249+18+255=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 18 (7.42% from 255 or 3.45% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #F912FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F912FF is #06ED00. Grayscale: #717171. Windows color (decimal): -453889 or 16716537. OLE color: 16716537.

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

Color convert

RGB 249 18 255 -
CMYK 0.02 0.93 0 0
HSL 298.48º 1% 0.54% -
HSV(B) 298.48º 0.93% 1% -
XYZ 57.33 27.79 96.95 -
YUV 114.09 207.53 224.23 -
System Red Green Blue C M Y K H S L
Decimal 249 18 255 0.02 0.93 0 0 298.48 1 0.54
Hex F9 12 FF 2 5D 0 0 12A 64 36
Octal 371 22 377 2 135 0 0 452 144 66
Binary 11111001 10010 11111111 10 1011101 0 0 100101010 1100100 110110

Color Harmonies of #F912FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912FF

Black with #F912FF

Text Example


Text Example

White with #F912FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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