#F877B4

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

Shades of Persian Pink #F877B4

Tints of Persian Pink #F877B4

Color information

#F877B4 (or 0xF877B4) is unknown color: approx Persian Pink. HEX triplet: F8, 77 and B4. RGB value is (248,119,180). Sum of RGB (Red+Green+Blue) = 248+119+180=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F877B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877B4 is #07884B. Grayscale: #A4A4A4. Windows color (decimal): -493644 or 11827192. OLE color: 11827192.

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

Color convert

RGB248119180-
CMYK00.520.270.03
HSL331.63º90.21%71.96%-
HSV(B)331.63º52.02%97.25%-
XYZ53.5536.4547.39-
YUV164.52136.74187.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.34%
GREEN value IS 119 (46.88% from 255) = 21.76%
BLUE value IS 180 (70.70% from 255) = 32.91%
R=45.34%
G=21.76%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811918000.520.270.03331.6390.2171.96
HexF877B40341B314c5a48
Octal370167264064333514132110
Binary111110001110111101101000110100110111110100110010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F877B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F877B4; }

 p { color: rgb(248,119,180); }

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

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

 a { background-color: rgb(248,119,180); }

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

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

 span { border-color: rgb(248,119,180); }

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