#F876E0

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

Shades of Pale Magenta #F876E0

Tints of Pale Magenta #F876E0

Color information

#F876E0 (or 0xF876E0) is unknown color: approx Pale Magenta. HEX triplet: F8, 76 and E0. RGB value is (248,118,224). Sum of RGB (Red+Green+Blue) = 248+118+224=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 118 (46.48% from 255 or 20% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F876E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F876E0 is #07891F. Grayscale: #A8A8A8. Windows color (decimal): -493856 or 14710520. OLE color: 14710520.

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

Color convert

RGB248118224-
CMYK00.520.100.03
HSL311.08º90.28%71.76%-
HSV(B)311.08º52.42%97.25%-
XYZ58.6438.374.82-
YUV168.95159.07184.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.03%
GREEN value IS 118 (46.48% from 255) = 20%
BLUE value IS 224 (87.89% from 255) = 37.97%
R=42.03%
G=20%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811822400.520.100.03311.0890.2871.76
HexF876E0034A31375a48
Octal370166340064123467132110
Binary11111000111011011100000011010010101110011011110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F876E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F876E0; }

 p { color: rgb(248,118,224); }

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

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

 a { background-color: rgb(248,118,224); }

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

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

 span { border-color: rgb(248,118,224); }

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