#F874E3

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

Shades of Pale Magenta #F874E3

Tints of Pale Magenta #F874E3

Color information

#F874E3 (or 0xF874E3) is unknown color: approx Pale Magenta. HEX triplet: F8, 74 and E3. RGB value is (248,116,227). Sum of RGB (Red+Green+Blue) = 248+116+227=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 116 (45.70% from 255 or 19.63% from 591); Blue value is 227 (89.06% from 255 or 38.41% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F874E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874E3 is #078B1C. Grayscale: #A7A7A7. Windows color (decimal): -494365 or 14906616. OLE color: 14906616.

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

Color convert

RGB248116227-
CMYK00.530.080.03
HSL309.55º90.41%71.37%-
HSV(B)309.55º53.23%97.25%-
XYZ58.8237.9976.91-
YUV168.12161.23184.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.96%
GREEN value IS 116 (45.70% from 255) = 19.63%
BLUE value IS 227 (89.06% from 255) = 38.41%
R=41.96%
G=19.63%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811622700.530.080.03309.5590.4171.37
HexF874E3035831365a47
Octal370164343065103466132107
Binary11111000111010011100011011010110001110011011010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F874E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F874E3; }

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

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

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

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

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

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

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

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