#F87AB1

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

Shades of Persian Pink #F87AB1

Tints of Persian Pink #F87AB1

Color information

#F87AB1 (or 0xF87AB1) is unknown color: approx Persian Pink. HEX triplet: F8, 7A and B1. RGB value is (248,122,177). Sum of RGB (Red+Green+Blue) = 248+122+177=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87AB1 is #07854E. Grayscale: #A5A5A5. Windows color (decimal): -492879 or 11631352. OLE color: 11631352.

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

Color convert

RGB248122177-
CMYK00.510.290.03
HSL333.81º90%72.55%-
HSV(B)333.81º50.81%97.25%-
XYZ53.6137.0545.92-
YUV165.94134.24186.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.34%
GREEN value IS 122 (48.05% from 255) = 22.30%
BLUE value IS 177 (69.53% from 255) = 32.36%
R=45.34%
G=22.30%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812217700.510.290.03333.819072.55
HexF87AB10331D314e5a49
Octal370172261063353516132111
Binary111110001111010101100010110011111011110100111010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87AB1; }

 p { color: rgb(248,122,177); }

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

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

 a { background-color: rgb(248,122,177); }

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

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

 span { border-color: rgb(248,122,177); }

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