Html Css Color HEX #F80DEE Magenta

📋 copy color: '#F80DEE'

red 248 ◦ green 13 ◦ blue 238

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

Shades of Magenta #F80DEE

Tints of Magenta #F80DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 49.7%
G = 2.61%
B = 47.7%

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

#F80DEE (or 0xF80DEE) is known color: Magenta. HEX triplet: F8, 0D and EE. RGB value is (248,13,238). Sum of RGB (Red+Green+Blue) = 248+13+238=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 13 (5.47% from 255 or 2.61% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80DEE is #07F211. Grayscale: #6C6C6C. Windows color (decimal): -520722 or 15601144. OLE color: 15601144.

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

Color convert

RGB 248 13 238 -
CMYK 0 0.95 0.04 0.03
HSL 302.55º 0.94% 0.51% -
HSV(B) 302.55º 0.95% 0.97% -
XYZ 54.29 26.42 83.13 -
YUV 108.92 200.86 227.2 -
System Red Green Blue C M Y K H S L
Decimal 248 13 238 0 0.95 0.04 0.03 302.55 0.94 0.51
Hex F8 D EE 0 5F 4 3 12F 5E 33
Octal 370 15 356 0 137 4 3 457 136 63
Binary 11111000 1101 11101110 0 1011111 100 11 100101111 1011110 110011

Color Harmonies of #F80DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DEE

Black with #F80DEE

Text Example


Text Example

White with #F80DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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