Html Css Color HEX #F912F0 Magenta

📋 copy color: '#F912F0'

red 249 ◦ green 18 ◦ blue 240

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

Shades of Magenta #F912F0

Tints of Magenta #F912F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.34%

R = 49.11%
G = 3.55%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F912F0 (or 0xF912F0) is known color: Magenta. HEX triplet: F9, 12 and F0. RGB value is (249,18,240). Sum of RGB (Red+Green+Blue) = 249+18+240=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 18 (7.42% from 255 or 3.55% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F912F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F912F0 is #06ED0F. Grayscale: #6F6F6F. Windows color (decimal): -453904 or 15733497. OLE color: 15733497.

HSL color Cylindrical-coordinate representation of color #F912F0: hue angle of 302.34º 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 #F912F0 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 18 240 -
CMYK 0 0.93 0.04 0.02
HSL 302.34º 0.95% 0.52% -
HSV(B) 302.34º 0.93% 0.98% -
XYZ 55.01 26.86 84.72 -
YUV 112.38 200.03 225.45 -
System Red Green Blue C M Y K H S L
Decimal 249 18 240 0 0.93 0.04 0.02 302.34 0.95 0.52
Hex F9 12 F0 0 5D 4 2 12E 5F 34
Octal 371 22 360 0 135 4 2 456 137 64
Binary 11111001 10010 11110000 0 1011101 100 10 100101110 1011111 110100

Color Harmonies of #F912F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912F0

Black with #F912F0

Text Example


Text Example

White with #F912F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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