#F814E7

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

Shades of Magenta #F814E7

Tints of Magenta #F814E7

Color information

#F814E7 (or 0xF814E7) is unknown color: approx Magenta. HEX triplet: F8, 14 and E7. RGB value is (248,20,231). Sum of RGB (Red+Green+Blue) = 248+20+231=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 20 (8.20% from 255 or 4.01% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F814E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F814E7 is #07EB18. Grayscale: #6F6F6F. Windows color (decimal): -518937 or 15144184. OLE color: 15144184.

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

Color convert

RGB24820231-
CMYK00.920.070.03
HSL304.47º94.21%52.55%-
HSV(B)304.47º91.94%97.25%-
XYZ53.3926.2377.85-
YUV112.23195.04224.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.70%
GREEN value IS 20 (8.20% from 255) = 4.01%
BLUE value IS 231 (90.62% from 255) = 46.29%
R=49.70%
G=4.01%
B=46.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482023100.920.070.03304.4794.2152.55
HexF814E705C731305e35
Octal3702434701347346013665
Binary11111000101001110011101011100111111001100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F814E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F814E7; }

 p { color: rgb(248,20,231); }

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

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

 a { background-color: rgb(248,20,231); }

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

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

 span { border-color: rgb(248,20,231); }

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