Html Css Color HEX #F80CFF Magenta

📋 copy color: '#F80CFF'

red 248 ◦ green 12 ◦ blue 255

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

Shades of Magenta #F80CFF

Tints of Magenta #F80CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 48.16%
G = 2.33%
B = 49.51%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F80CFF (or 0xF80CFF) is known color: Magenta. HEX triplet: F8, 0C and FF. RGB value is (248,12,255). Sum of RGB (Red+Green+Blue) = 248+12+255=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 12 (5.08% from 255 or 2.33% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #F80CFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80CFF is #07F300. Grayscale: #6D6D6D. Windows color (decimal): -520961 or 16715000. OLE color: 16715000.

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

Color convert

RGB 248 12 255 -
CMYK 0.03 0.95 0 0
HSL 298.27º 1% 0.52% -
HSV(B) 298.27º 0.95% 1% -
XYZ 56.89 27.44 96.91 -
YUV 110.27 209.69 226.24 -
System Red Green Blue C M Y K H S L
Decimal 248 12 255 0.03 0.95 0 0 298.27 1 0.52
Hex F8 C FF 3 5F 0 0 12A 64 34
Octal 370 14 377 3 137 0 0 452 144 64
Binary 11111000 1100 11111111 11 1011111 0 0 100101010 1100100 110100

Color Harmonies of #F80CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CFF

Black with #F80CFF

Text Example


Text Example

White with #F80CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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