Html Css Color HEX #F805EB Magenta

📋 copy color: '#F805EB'

red 248 ◦ green 5 ◦ blue 235

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

Shades of Magenta #F805EB

Tints of Magenta #F805EB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.02%

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

R = 50.82%
G = 1.02%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F805EB (or 0xF805EB) is known color: Magenta. HEX triplet: F8, 05 and EB. RGB value is (248,5,235). Sum of RGB (Red+Green+Blue) = 248+5+235=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 5 (2.34% from 255 or 1.02% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F805EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F805EB is #07FA14. Grayscale: #676767. Windows color (decimal): -522773 or 15402488. OLE color: 15402488.

HSL color Cylindrical-coordinate representation of color #F805EB: hue angle of 303.21º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F805EB is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 5 235 -
CMYK 0 0.98 0.05 0.03
HSL 303.21º 0.96% 0.5% -
HSV(B) 303.21º 0.98% 0.97% -
XYZ 53.76 26.06 80.79 -
YUV 103.88 202.01 230.8 -
System Red Green Blue C M Y K H S L
Decimal 248 5 235 0 0.98 0.05 0.03 303.21 0.96 0.5
Hex F8 5 EB 0 62 5 3 12F 60 32
Octal 370 5 353 0 142 5 3 457 140 62
Binary 11111000 101 11101011 0 1100010 101 11 100101111 1100000 110010

Color Harmonies of #F805EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805EB

Black with #F805EB

Text Example


Text Example

White with #F805EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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