#F874E1

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

Shades of Pale Magenta #F874E1

Tints of Pale Magenta #F874E1

Color information

#F874E1 (or 0xF874E1) is unknown color: approx Pale Magenta. HEX triplet: F8, 74 and E1. RGB value is (248,116,225). Sum of RGB (Red+Green+Blue) = 248+116+225=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 116 (45.70% from 255 or 19.69% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F874E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874E1 is #078B1E. Grayscale: #A7A7A7. Windows color (decimal): -494367 or 14775544. OLE color: 14775544.

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

Color convert

RGB248116225-
CMYK00.530.090.03
HSL310.45º90.41%71.37%-
HSV(B)310.45º53.23%97.25%-
XYZ58.5537.8875.46-
YUV167.89160.23185.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.11%
GREEN value IS 116 (45.70% from 255) = 19.69%
BLUE value IS 225 (88.28% from 255) = 38.20%
R=42.11%
G=19.69%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811622500.530.090.03310.4590.4171.37
HexF874E1035931365a47
Octal370164341065113466132107
Binary11111000111010011100001011010110011110011011010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F874E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F874E1; }

 p { color: rgb(248,116,225); }

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

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

 a { background-color: rgb(248,116,225); }

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

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

 span { border-color: rgb(248,116,225); }

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