#F87AC1

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

Shades of Persian Pink #F87AC1

Tints of Persian Pink #F87AC1

Color information

#F87AC1 (or 0xF87AC1) is unknown color: approx Persian Pink. HEX triplet: F8, 7A and C1. RGB value is (248,122,193). Sum of RGB (Red+Green+Blue) = 248+122+193=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87AC1 is #07853E. Grayscale: #A7A7A7. Windows color (decimal): -492863 or 12679928. OLE color: 12679928.

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

Color convert

RGB248122193-
CMYK00.510.220.03
HSL326.19º90%72.55%-
HSV(B)326.19º50.81%97.25%-
XYZ55.337.7354.82-
YUV167.77142.24185.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.05%
GREEN value IS 122 (48.05% from 255) = 21.67%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=44.05%
G=21.67%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812219300.510.220.03326.199072.55
HexF87AC10331631465a49
Octal370172301063263506132111
Binary111110001111010110000010110011101101110100011010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87AC1; }

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

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

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

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

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

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

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

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