Html Css Color HEX #F10EEF Magenta

📋 copy color: '#F10EEF'

red 241 ◦ green 14 ◦ blue 239

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

Shades of Magenta #F10EEF

Tints of Magenta #F10EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.83%

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

R = 48.79%
G = 2.83%
B = 48.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F10EEF (or 0xF10EEF) is known color: Magenta. HEX triplet: F1, 0E and EF. RGB value is (241,14,239). Sum of RGB (Red+Green+Blue) = 241+14+239=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 14 (5.86% from 255 or 2.83% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F10EEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10EEF is #0EF110. Grayscale: #6A6A6A. Windows color (decimal): -979217 or 15666929. OLE color: 15666929.

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

Color convert

RGB 241 14 239 -
CMYK 0 0.94 0.01 0.05
HSL 300.53º 0.89% 0.5% -
HSV(B) 300.53º 0.94% 0.95% -
XYZ 52.01 25.25 83.79 -
YUV 107.52 202.21 223.2 -
System Red Green Blue C M Y K H S L
Decimal 241 14 239 0 0.94 0.01 0.05 300.53 0.89 0.5
Hex F1 E EF 0 5E 1 5 12D 59 32
Octal 361 16 357 0 136 1 5 455 131 62
Binary 11110001 1110 11101111 0 1011110 1 101 100101101 1011001 110010

Color Harmonies of #F10EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10EEF

Black with #F10EEF

Text Example


Text Example

White with #F10EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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