Html Css Color HEX #F10EDE Hot Magenta

📋 copy color: '#F10EDE'

red 241 ◦ green 14 ◦ blue 222

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

Shades of Hot Magenta #F10EDE

Tints of Hot Magenta #F10EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 50.52%
G = 2.94%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F10EDE (or 0xF10EDE) is known color: Hot Magenta. HEX triplet: F1, 0E and DE. RGB value is (241,14,222). Sum of RGB (Red+Green+Blue) = 241+14+222=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 14 (5.86% from 255 or 2.94% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F10EDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10EDE is #0EF121. Grayscale: #686868. Windows color (decimal): -979234 or 14552817. OLE color: 14552817.

HSL color Cylindrical-coordinate representation of color #F10EDE: hue angle of 305.02º 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 #F10EDE is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 14 222 -
CMYK 0 0.94 0.08 0.05
HSL 305.02º 0.89% 0.5% -
HSV(B) 305.02º 0.94% 0.95% -
XYZ 49.62 24.29 71.18 -
YUV 105.59 193.71 224.59 -
System Red Green Blue C M Y K H S L
Decimal 241 14 222 0 0.94 0.08 0.05 305.02 0.89 0.5
Hex F1 E DE 0 5E 8 5 131 59 32
Octal 361 16 336 0 136 10 5 461 131 62
Binary 11110001 1110 11011110 0 1011110 1000 101 100110001 1011001 110010

Color Harmonies of #F10EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10EDE

Black with #F10EDE

Text Example


Text Example

White with #F10EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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