#f872e4

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

Shades of Pale Magenta #F872E4

Tints of Pale Magenta #F872E4

Color information

#F872E4 (or 0xF872E4) is unknown color: approx Pale Magenta. HEX triplet: F8, 72 and E4. RGB value is (248,114,228). Sum of RGB (Red+Green+Blue) = 248+114+228=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 114 (44.92% from 255 or 19.32% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F872E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F872E4 is #078D1B. Grayscale: #A6A6A6. Windows color (decimal): -494876 or 14971640. OLE color: 14971640.

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

Color convert

RGB248114228-
CMYK00.540.080.03
HSL308.96º90.54%70.98%-
HSV(B)308.96º54.03%97.25%-
XYZ58.7337.5977.56-
YUV167.06162.39185.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.03%
GREEN value IS 114 (44.92% from 255) = 19.32%
BLUE value IS 228 (89.45% from 255) = 38.64%
R=42.03%
G=19.32%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811422800.540.080.03308.9690.5470.98
HexF872E4036831355b47
Octal370162344066103465133107
Binary11111000111001011100100011011010001110011010110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f872e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f872e4; }

 p { color: rgb(248,114,228); }

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

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

 a { background-color: rgb(248,114,228); }

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

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

 span { border-color: rgb(248,114,228); }

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