#F814F3

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

Shades of Magenta #F814F3

Tints of Magenta #F814F3

Color information

#F814F3 (or 0xF814F3) is unknown color: approx Magenta. HEX triplet: F8, 14 and F3. RGB value is (248,20,243). Sum of RGB (Red+Green+Blue) = 248+20+243=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 20 (8.20% from 255 or 3.91% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F814F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F814F3 is #07EB0C. Grayscale: #707070. Windows color (decimal): -518925 or 15930616. OLE color: 15930616.

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

Color convert

RGB24820243-
CMYK00.920.020.03
HSL301.32º94.21%52.55%-
HSV(B)301.32º91.94%97.25%-
XYZ55.1426.9387.09-
YUV113.59201.04223.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.53%
GREEN value IS 20 (8.20% from 255) = 3.91%
BLUE value IS 243 (95.31% from 255) = 47.55%
R=48.53%
G=3.91%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482024300.920.020.03301.3294.2152.55
HexF814F305C2312d5e35
Octal3702436301342345513665
Binary1111100010100111100110101110010111001011011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F814F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F814F3; }

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

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

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

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

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

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

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

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