Html Css Color HEX #F80CEE Magenta

📋 copy color: '#F80CEE'

red 248 ◦ green 12 ◦ blue 238

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

Shades of Magenta #F80CEE

Tints of Magenta #F80CEE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.41%

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

R = 49.8%
G = 2.41%
B = 47.79%

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

#F80CEE (or 0xF80CEE) is known color: Magenta. HEX triplet: F8, 0C and EE. RGB value is (248,12,238). Sum of RGB (Red+Green+Blue) = 248+12+238=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 12 (5.08% from 255 or 2.41% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80CEE is #07F311. Grayscale: #6B6B6B. Windows color (decimal): -520978 or 15600888. OLE color: 15600888.

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

Color convert

RGB 248 12 238 -
CMYK 0 0.95 0.04 0.03
HSL 302.54º 0.94% 0.51% -
HSV(B) 302.54º 0.95% 0.97% -
XYZ 54.28 26.39 83.12 -
YUV 108.33 201.19 227.62 -
System Red Green Blue C M Y K H S L
Decimal 248 12 238 0 0.95 0.04 0.03 302.54 0.94 0.51
Hex F8 C EE 0 5F 4 3 12F 5E 33
Octal 370 14 356 0 137 4 3 457 136 63
Binary 11111000 1100 11101110 0 1011111 100 11 100101111 1011110 110011

Color Harmonies of #F80CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CEE

Black with #F80CEE

Text Example


Text Example

White with #F80CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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