Html Css Color HEX #F811EB Magenta

📋 copy color: '#F811EB'

red 248 ◦ green 17 ◦ blue 235

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

Shades of Magenta #F811EB

Tints of Magenta #F811EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47%

R = 49.6%
G = 3.4%
B = 47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F811EB (or 0xF811EB) is known color: Magenta. HEX triplet: F8, 11 and EB. RGB value is (248,17,235). Sum of RGB (Red+Green+Blue) = 248+17+235=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F811EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F811EB is #07EE14. Grayscale: #6E6E6E. Windows color (decimal): -519701 or 15405560. OLE color: 15405560.

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

Color convert

RGB 248 17 235 -
CMYK 0 0.93 0.05 0.03
HSL 303.38º 0.94% 0.52% -
HSV(B) 303.38º 0.93% 0.97% -
XYZ 53.91 26.36 80.84 -
YUV 110.92 198.03 225.77 -
System Red Green Blue C M Y K H S L
Decimal 248 17 235 0 0.93 0.05 0.03 303.38 0.94 0.52
Hex F8 11 EB 0 5D 5 3 12F 5E 34
Octal 370 21 353 0 135 5 3 457 136 64
Binary 11111000 10001 11101011 0 1011101 101 11 100101111 1011110 110100

Color Harmonies of #F811EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F811EB

Black with #F811EB

Text Example


Text Example

White with #F811EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F811EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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