Html Css Color HEX #F811ED Magenta

📋 copy color: '#F811ED'

red 248 ◦ green 17 ◦ blue 237

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

Shades of Magenta #F811ED

Tints of Magenta #F811ED

RGB

 RED value IS 248 (97.27% from 255) = 49.4%

 GREEN value IS 17 (7.03% from 255) = 3.39%

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 49.4%
G = 3.39%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F811ED (or 0xF811ED) is known color: Magenta. HEX triplet: F8, 11 and ED. RGB value is (248,17,237). Sum of RGB (Red+Green+Blue) = 248+17+237=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 17 (7.03% from 255 or 3.39% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F811ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F811ED is #07EE12. Grayscale: #6E6E6E. Windows color (decimal): -519699 or 15536632. OLE color: 15536632.

HSL color Cylindrical-coordinate representation of color #F811ED: hue angle of 302.86º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F811ED is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 17 237 -
CMYK 0 0.93 0.04 0.03
HSL 302.86º 0.94% 0.52% -
HSV(B) 302.86º 0.93% 0.97% -
XYZ 54.2 26.47 82.37 -
YUV 111.15 199.03 225.61 -
System Red Green Blue C M Y K H S L
Decimal 248 17 237 0 0.93 0.04 0.03 302.86 0.94 0.52
Hex F8 11 ED 0 5D 4 3 12F 5E 34
Octal 370 21 355 0 135 4 3 457 136 64
Binary 11111000 10001 11101101 0 1011101 100 11 100101111 1011110 110100

Color Harmonies of #F811ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F811ED

Black with #F811ED

Text Example


Text Example

White with #F811ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F811ED; }

 p { color: rgb(248,17,237); }

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

background-color css

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

 a { background-color: rgb(248,17,237); }

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

border-color css

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

 span { border-color: rgb(248,17,237); }

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