Html Css Color HEX #F80FE9 Magenta

📋 copy color: '#F80FE9'

red 248 ◦ green 15 ◦ blue 233

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

Shades of Magenta #F80FE9

Tints of Magenta #F80FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.98%

R = 50%
G = 3.02%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F80FE9 (or 0xF80FE9) is known color: Magenta. HEX triplet: F8, 0F and E9. RGB value is (248,15,233). Sum of RGB (Red+Green+Blue) = 248+15+233=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 15 (6.25% from 255 or 3.02% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80FE9 is #07F016. Grayscale: #6C6C6C. Windows color (decimal): -520215 or 15273976. OLE color: 15273976.

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

Color convert

RGB 248 15 233 -
CMYK 0 0.94 0.06 0.03
HSL 303.86º 0.94% 0.52% -
HSV(B) 303.86º 0.94% 0.97% -
XYZ 53.59 26.18 79.32 -
YUV 109.52 197.69 226.77 -
System Red Green Blue C M Y K H S L
Decimal 248 15 233 0 0.94 0.06 0.03 303.86 0.94 0.52
Hex F8 F E9 0 5E 6 3 130 5E 34
Octal 370 17 351 0 136 6 3 460 136 64
Binary 11111000 1111 11101001 0 1011110 110 11 100110000 1011110 110100

Color Harmonies of #F80FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FE9

Black with #F80FE9

Text Example


Text Example

White with #F80FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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