#F80CFA

Color #F80CFA Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F80CFA

Tints of Magenta #F80CFA

Color information

#F80CFA (or 0xF80CFA) is unknown color: approx Magenta. HEX triplet: F8, 0C and FA. RGB value is (248,12,250). Sum of RGB (Red+Green+Blue) = 248+12+250=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 12 (5.08% from 255 or 2.35% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #F80CFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80CFA is #07F305. Grayscale: #6C6C6C. Windows color (decimal): -520966 or 16387320. OLE color: 16387320.

HSL color Cylindrical-coordinate representation of color #F80CFA: hue angle of 299.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80CFA is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24812250-
CMYK0.010.9500.02
HSL299.5º95.97%51.37%-
HSV(B)299.5º95.2%98.04%-
XYZ56.127.1292.72-
YUV109.7207.19226.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.63%
GREEN value IS 12 (5.08% from 255) = 2.35%
BLUE value IS 250 (98.05% from 255) = 49.02%
R=48.63%
G=2.35%
B=49.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal248122500.010.9500.02299.595.9751.37
HexF8CFA15F0212b6033
Octal3701437211370245314063
Binary11111000110011111010110111110101001010111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80CFA; }

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

 H1.HeaderClassName
 {
   color: #F80CFA;
 }
 .AnyTagClassName
 {
   color: #F80CFA;
 }
</style>
background-color css

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

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

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

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

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

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