Html Css Color HEX #F11EEF Magenta

📋 copy color: '#F11EEF'

red 241 ◦ green 30 ◦ blue 239

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

Shades of Magenta #F11EEF

Tints of Magenta #F11EEF

RGB

 RED value IS 241 (94.53% from 255) = 47.25%

 GREEN value IS 30 (12.11% from 255) = 5.88%

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

R = 47.25%
G = 5.88%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F11EEF (or 0xF11EEF) is known color: Magenta. HEX triplet: F1, 1E and EF. RGB value is (241,30,239). Sum of RGB (Red+Green+Blue) = 241+30+239=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 30 (12.11% from 255 or 5.88% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F11EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11EEF is #0EE110. Grayscale: #747474. Windows color (decimal): -975121 or 15671025. OLE color: 15671025.

HSL color Cylindrical-coordinate representation of color #F11EEF: hue angle of 300.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11EEF is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 30 239 -
CMYK 0 0.88 0.01 0.05
HSL 300.57º 0.88% 0.53% -
HSV(B) 300.57º 0.88% 0.95% -
XYZ 52.32 25.86 83.9 -
YUV 116.92 196.9 216.51 -
System Red Green Blue C M Y K H S L
Decimal 241 30 239 0 0.88 0.01 0.05 300.57 0.88 0.53
Hex F1 1E EF 0 58 1 5 12D 58 35
Octal 361 36 357 0 130 1 5 455 130 65
Binary 11110001 11110 11101111 0 1011000 1 101 100101101 1011000 110101

Color Harmonies of #F11EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11EEF

Black with #F11EEF

Text Example


Text Example

White with #F11EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11EEF; }

 p { color: rgb(241,30,239); }

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

background-color css

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

 a { background-color: rgb(241,30,239); }

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

border-color css

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

 span { border-color: rgb(241,30,239); }

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