Html Css Color HEX #F911EF Magenta

📋 copy color: '#F911EF'

red 249 ◦ green 17 ◦ blue 239

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

Shades of Magenta #F911EF

Tints of Magenta #F911EF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.37%

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 49.31%
G = 3.37%
B = 47.33%

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

#F911EF (or 0xF911EF) is known color: Magenta. HEX triplet: F9, 11 and EF. RGB value is (249,17,239). Sum of RGB (Red+Green+Blue) = 249+17+239=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 17 (7.03% from 255 or 3.37% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F911EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F911EF is #06EE10. Grayscale: #6F6F6F. Windows color (decimal): -454161 or 15667705. OLE color: 15667705.

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

Color convert

RGB 249 17 239 -
CMYK 0 0.93 0.04 0.02
HSL 302.59º 0.95% 0.52% -
HSV(B) 302.59º 0.93% 0.98% -
XYZ 54.85 26.77 83.94 -
YUV 111.68 199.86 225.95 -
System Red Green Blue C M Y K H S L
Decimal 249 17 239 0 0.93 0.04 0.02 302.59 0.95 0.52
Hex F9 11 EF 0 5D 4 2 12F 5F 34
Octal 371 21 357 0 135 4 2 457 137 64
Binary 11111001 10001 11101111 0 1011101 100 10 100101111 1011111 110100

Color Harmonies of #F911EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911EF

Black with #F911EF

Text Example


Text Example

White with #F911EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911EF; }

 p { color: rgb(249,17,239); }

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

background-color css

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

 a { background-color: rgb(249,17,239); }

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

border-color css

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

 span { border-color: rgb(249,17,239); }

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