Html Css Color HEX #F808EF Magenta

📋 copy color: '#F808EF'

red 248 ◦ green 8 ◦ blue 239

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

Shades of Magenta #F808EF

Tints of Magenta #F808EF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.62%

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 50.1%
G = 1.62%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F808EF (or 0xF808EF) is known color: Magenta. HEX triplet: F8, 08 and EF. RGB value is (248,8,239). Sum of RGB (Red+Green+Blue) = 248+8+239=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 8 (3.52% from 255 or 1.62% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F808EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F808EF is #07F710. Grayscale: #696969. Windows color (decimal): -522001 or 15665400. OLE color: 15665400.

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

Color convert

RGB 248 8 239 -
CMYK 0 0.97 0.04 0.03
HSL 302.25º 0.94% 0.5% -
HSV(B) 302.25º 0.97% 0.97% -
XYZ 54.38 26.36 83.88 -
YUV 106.09 203.01 229.22 -
System Red Green Blue C M Y K H S L
Decimal 248 8 239 0 0.97 0.04 0.03 302.25 0.94 0.5
Hex F8 8 EF 0 61 4 3 12E 5E 32
Octal 370 10 357 0 141 4 3 456 136 62
Binary 11111000 1000 11101111 0 1100001 100 11 100101110 1011110 110010

Color Harmonies of #F808EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F808EF

Black with #F808EF

Text Example


Text Example

White with #F808EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F808EF; }

 p { color: rgb(248,8,239); }

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

background-color css

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

 a { background-color: rgb(248,8,239); }

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

border-color css

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

 span { border-color: rgb(248,8,239); }

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