Html Css Color HEX #F805EC Magenta

📋 copy color: '#F805EC'

red 248 ◦ green 5 ◦ blue 236

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

Shades of Magenta #F805EC

Tints of Magenta #F805EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 50.72%
G = 1.02%
B = 48.26%

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

#F805EC (or 0xF805EC) is known color: Magenta. HEX triplet: F8, 05 and EC. RGB value is (248,5,236). Sum of RGB (Red+Green+Blue) = 248+5+236=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 5 (2.34% from 255 or 1.02% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F805EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F805EC is #07FA13. Grayscale: #676767. Windows color (decimal): -522772 or 15468024. OLE color: 15468024.

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

Color convert

RGB 248 5 236 -
CMYK 0 0.98 0.05 0.03
HSL 302.96º 0.96% 0.5% -
HSV(B) 302.96º 0.98% 0.97% -
XYZ 53.91 26.12 81.56 -
YUV 103.99 202.51 230.72 -
System Red Green Blue C M Y K H S L
Decimal 248 5 236 0 0.98 0.05 0.03 302.96 0.96 0.5
Hex F8 5 EC 0 62 5 3 12F 60 32
Octal 370 5 354 0 142 5 3 457 140 62
Binary 11111000 101 11101100 0 1100010 101 11 100101111 1100000 110010

Color Harmonies of #F805EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805EC

Black with #F805EC

Text Example


Text Example

White with #F805EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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