Html Css Color HEX #F911F0 Magenta

📋 copy color: '#F911F0'

red 249 ◦ green 17 ◦ blue 240

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

Shades of Magenta #F911F0

Tints of Magenta #F911F0

RGB

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

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

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

R = 49.21%
G = 3.36%
B = 47.43%

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

#F911F0 (or 0xF911F0) is known color: Magenta. HEX triplet: F9, 11 and F0. RGB value is (249,17,240). Sum of RGB (Red+Green+Blue) = 249+17+240=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 17 (7.03% from 255 or 3.36% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F911F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F911F0 is #06EE0F. Grayscale: #6F6F6F. Windows color (decimal): -454160 or 15733241. OLE color: 15733241.

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

Color convert

RGB 249 17 240 -
CMYK 0 0.93 0.04 0.02
HSL 302.33º 0.95% 0.52% -
HSV(B) 302.33º 0.93% 0.98% -
XYZ 55 26.83 84.72 -
YUV 111.79 200.36 225.87 -
System Red Green Blue C M Y K H S L
Decimal 249 17 240 0 0.93 0.04 0.02 302.33 0.95 0.52
Hex F9 11 F0 0 5D 4 2 12E 5F 34
Octal 371 21 360 0 135 4 2 456 137 64
Binary 11111001 10001 11110000 0 1011101 100 10 100101110 1011111 110100

Color Harmonies of #F911F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911F0

Black with #F911F0

Text Example


Text Example

White with #F911F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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