Html Css Color HEX #F911E2 Hot Magenta

📋 copy color: '#F911E2'

red 249 ◦ green 17 ◦ blue 226

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

Shades of Hot Magenta #F911E2

Tints of Hot Magenta #F911E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.93%

R = 50.61%
G = 3.46%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F911E2 (or 0xF911E2) is known color: Hot Magenta. HEX triplet: F9, 11 and E2. RGB value is (249,17,226). Sum of RGB (Red+Green+Blue) = 249+17+226=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 17 (7.03% from 255 or 3.46% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F911E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911E2 is #06EE1D. Grayscale: #6D6D6D. Windows color (decimal): -454174 or 14815737. OLE color: 14815737.

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

Color convert

RGB 249 17 226 -
CMYK 0 0.93 0.09 0.02
HSL 305.95º 0.95% 0.52% -
HSV(B) 305.95º 0.93% 0.98% -
XYZ 52.99 26.03 74.18 -
YUV 110.19 193.36 227.01 -
System Red Green Blue C M Y K H S L
Decimal 249 17 226 0 0.93 0.09 0.02 305.95 0.95 0.52
Hex F9 11 E2 0 5D 9 2 132 5F 34
Octal 371 21 342 0 135 11 2 462 137 64
Binary 11111001 10001 11100010 0 1011101 1001 10 100110010 1011111 110100

Color Harmonies of #F911E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911E2

Black with #F911E2

Text Example


Text Example

White with #F911E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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