Html Css Color HEX #F911EE Magenta

📋 copy color: '#F911EE'

red 249 ◦ green 17 ◦ blue 238

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

Shades of Magenta #F911EE

Tints of Magenta #F911EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.22%

R = 49.4%
G = 3.37%
B = 47.22%

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

#F911EE (or 0xF911EE) is known color: Magenta. HEX triplet: F9, 11 and EE. RGB value is (249,17,238). Sum of RGB (Red+Green+Blue) = 249+17+238=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 17 (7.03% from 255 or 3.37% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F911EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F911EE is #06EE11. Grayscale: #6E6E6E. Windows color (decimal): -454162 or 15602169. OLE color: 15602169.

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

Color convert

RGB 249 17 238 -
CMYK 0 0.93 0.04 0.02
HSL 302.84º 0.95% 0.52% -
HSV(B) 302.84º 0.93% 0.98% -
XYZ 54.7 26.71 83.16 -
YUV 111.56 199.36 226.03 -
System Red Green Blue C M Y K H S L
Decimal 249 17 238 0 0.93 0.04 0.02 302.84 0.95 0.52
Hex F9 11 EE 0 5D 4 2 12F 5F 34
Octal 371 21 356 0 135 4 2 457 137 64
Binary 11111001 10001 11101110 0 1011101 100 10 100101111 1011111 110100

Color Harmonies of #F911EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911EE

Black with #F911EE

Text Example


Text Example

White with #F911EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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