Html Css Color HEX #F912ED Magenta

📋 copy color: '#F912ED'

red 249 ◦ green 18 ◦ blue 237

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

Shades of Magenta #F912ED

Tints of Magenta #F912ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 49.4%
G = 3.57%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F912ED (or 0xF912ED) is known color: Magenta. HEX triplet: F9, 12 and ED. RGB value is (249,18,237). Sum of RGB (Red+Green+Blue) = 249+18+237=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 18 (7.42% from 255 or 3.57% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F912ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F912ED is #06ED12. Grayscale: #6F6F6F. Windows color (decimal): -453907 or 15536889. OLE color: 15536889.

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

Color convert

RGB 249 18 237 -
CMYK 0 0.93 0.05 0.02
HSL 303.12º 0.95% 0.52% -
HSV(B) 303.12º 0.93% 0.98% -
XYZ 54.57 26.69 82.4 -
YUV 112.04 198.53 225.69 -
System Red Green Blue C M Y K H S L
Decimal 249 18 237 0 0.93 0.05 0.02 303.12 0.95 0.52
Hex F9 12 ED 0 5D 5 2 12F 5F 34
Octal 371 22 355 0 135 5 2 457 137 64
Binary 11111001 10010 11101101 0 1011101 101 10 100101111 1011111 110100

Color Harmonies of #F912ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912ED

Black with #F912ED

Text Example


Text Example

White with #F912ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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