#F814FF

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

Shades of Magenta #F814FF

Tints of Magenta #F814FF

Color information

#F814FF (or 0xF814FF) is unknown color: approx Magenta. HEX triplet: F8, 14 and FF. RGB value is (248,20,255). Sum of RGB (Red+Green+Blue) = 248+20+255=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 20 (8.20% from 255 or 3.82% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #F814FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F814FF is #07EB00. Grayscale: #727272. Windows color (decimal): -518913 or 16717048. OLE color: 16717048.

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

Color convert

RGB24820255-
CMYK0.030.9200
HSL298.21º100%53.92%-
HSV(B)298.21º92.16%100%-
XYZ57.0127.6896.95-
YUV114.96207.04222.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.42%
GREEN value IS 20 (8.20% from 255) = 3.82%
BLUE value IS 255 (100% from 255) = 48.76%
R=47.42%
G=3.82%
B=48.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal248202550.030.9200298.2110053.92
HexF814FF35C0012a6436
Octal3702437731340045214466
Binary111110001010011111111111011100001001010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F814FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F814FF; }

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

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

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

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

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

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

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

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