Html Css Color HEX #F80FEE Magenta

📋 copy color: '#F80FEE'

red 248 ◦ green 15 ◦ blue 238

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

Shades of Magenta #F80FEE

Tints of Magenta #F80FEE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.99%

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

R = 49.5%
G = 2.99%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F80FEE (or 0xF80FEE) is known color: Magenta. HEX triplet: F8, 0F and EE. RGB value is (248,15,238). Sum of RGB (Red+Green+Blue) = 248+15+238=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 15 (6.25% from 255 or 2.99% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80FEE is #07F011. Grayscale: #6D6D6D. Windows color (decimal): -520210 or 15601656. OLE color: 15601656.

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

Color convert

RGB 248 15 238 -
CMYK 0 0.94 0.04 0.03
HSL 302.58º 0.94% 0.52% -
HSV(B) 302.58º 0.94% 0.97% -
XYZ 54.31 26.47 83.14 -
YUV 110.09 200.19 226.37 -
System Red Green Blue C M Y K H S L
Decimal 248 15 238 0 0.94 0.04 0.03 302.58 0.94 0.52
Hex F8 F EE 0 5E 4 3 12F 5E 34
Octal 370 17 356 0 136 4 3 457 136 64
Binary 11111000 1111 11101110 0 1011110 100 11 100101111 1011110 110100

Color Harmonies of #F80FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FEE

Black with #F80FEE

Text Example


Text Example

White with #F80FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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