Html Css Color HEX #F10EDB Hot Magenta

📋 copy color: '#F10EDB'

red 241 ◦ green 14 ◦ blue 219

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

Shades of Hot Magenta #F10EDB

Tints of Hot Magenta #F10EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 50.84%
G = 2.95%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F10EDB (or 0xF10EDB) is known color: Hot Magenta. HEX triplet: F1, 0E and DB. RGB value is (241,14,219). Sum of RGB (Red+Green+Blue) = 241+14+219=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F10EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10EDB is #0EF124. Grayscale: #686868. Windows color (decimal): -979237 or 14356209. OLE color: 14356209.

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

Color convert

RGB 241 14 219 -
CMYK 0 0.94 0.09 0.05
HSL 305.82º 0.89% 0.5% -
HSV(B) 305.82º 0.94% 0.95% -
XYZ 49.22 24.13 69.08 -
YUV 105.24 192.21 224.83 -
System Red Green Blue C M Y K H S L
Decimal 241 14 219 0 0.94 0.09 0.05 305.82 0.89 0.5
Hex F1 E DB 0 5E 9 5 132 59 32
Octal 361 16 333 0 136 11 5 462 131 62
Binary 11110001 1110 11011011 0 1011110 1001 101 100110010 1011001 110010

Color Harmonies of #F10EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10EDB

Black with #F10EDB

Text Example


Text Example

White with #F10EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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