Html Css Color HEX #F808EA Magenta

📋 copy color: '#F808EA'

red 248 ◦ green 8 ◦ blue 234

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

Shades of Magenta #F808EA

Tints of Magenta #F808EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 50.61%
G = 1.63%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F808EA (or 0xF808EA) is known color: Magenta. HEX triplet: F8, 08 and EA. RGB value is (248,8,234). Sum of RGB (Red+Green+Blue) = 248+8+234=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 8 (3.52% from 255 or 1.63% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F808EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F808EA is #07F715. Grayscale: #686868. Windows color (decimal): -522006 or 15337720. OLE color: 15337720.

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

Color convert

RGB 248 8 234 -
CMYK 0 0.97 0.06 0.03
HSL 303.5º 0.94% 0.5% -
HSV(B) 303.5º 0.97% 0.97% -
XYZ 53.65 26.07 80.05 -
YUV 105.52 200.51 229.62 -
System Red Green Blue C M Y K H S L
Decimal 248 8 234 0 0.97 0.06 0.03 303.5 0.94 0.5
Hex F8 8 EA 0 61 6 3 130 5E 32
Octal 370 10 352 0 141 6 3 460 136 62
Binary 11111000 1000 11101010 0 1100001 110 11 100110000 1011110 110010

Color Harmonies of #F808EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F808EA

Black with #F808EA

Text Example


Text Example

White with #F808EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F808EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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