Html Css Color HEX #F11ADE Hot Magenta

📋 copy color: '#F11ADE'

red 241 ◦ green 26 ◦ blue 222

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

Shades of Hot Magenta #F11ADE

Tints of Hot Magenta #F11ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.32%

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

R = 49.28%
G = 5.32%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F11ADE (or 0xF11ADE) is known color: Hot Magenta. HEX triplet: F1, 1A and DE. RGB value is (241,26,222). Sum of RGB (Red+Green+Blue) = 241+26+222=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 26 (10.55% from 255 or 5.32% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ADE is #0EE521. Grayscale: #707070. Windows color (decimal): -976162 or 14555889. OLE color: 14555889.

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

Color convert

RGB 241 26 222 -
CMYK 0 0.89 0.08 0.05
HSL 305.3º 0.88% 0.52% -
HSV(B) 305.3º 0.89% 0.95% -
XYZ 49.83 24.71 71.25 -
YUV 112.63 189.73 219.56 -
System Red Green Blue C M Y K H S L
Decimal 241 26 222 0 0.89 0.08 0.05 305.3 0.88 0.52
Hex F1 1A DE 0 59 8 5 131 58 34
Octal 361 32 336 0 131 10 5 461 130 64
Binary 11110001 11010 11011110 0 1011001 1000 101 100110001 1011000 110100

Color Harmonies of #F11ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11ADE

Black with #F11ADE

Text Example


Text Example

White with #F11ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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