Html Css Color HEX #F80DED Magenta

📋 copy color: '#F80DED'

red 248 ◦ green 13 ◦ blue 237

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

Shades of Magenta #F80DED

Tints of Magenta #F80DED

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.61%

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 49.8%
G = 2.61%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F80DED (or 0xF80DED) is known color: Magenta. HEX triplet: F8, 0D and ED. RGB value is (248,13,237). Sum of RGB (Red+Green+Blue) = 248+13+237=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 13 (5.47% from 255 or 2.61% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80DED is #07F212. Grayscale: #6C6C6C. Windows color (decimal): -520723 or 15535608. OLE color: 15535608.

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

Color convert

RGB 248 13 237 -
CMYK 0 0.95 0.04 0.03
HSL 302.81º 0.94% 0.51% -
HSV(B) 302.81º 0.95% 0.97% -
XYZ 54.14 26.36 82.35 -
YUV 108.8 200.36 227.29 -
System Red Green Blue C M Y K H S L
Decimal 248 13 237 0 0.95 0.04 0.03 302.81 0.94 0.51
Hex F8 D ED 0 5F 4 3 12F 5E 33
Octal 370 15 355 0 137 4 3 457 136 63
Binary 11111000 1101 11101101 0 1011111 100 11 100101111 1011110 110011

Color Harmonies of #F80DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DED

Black with #F80DED

Text Example


Text Example

White with #F80DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DED; }

 p { color: rgb(248,13,237); }

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

background-color css

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

 a { background-color: rgb(248,13,237); }

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

border-color css

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

 span { border-color: rgb(248,13,237); }

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