#F877BA

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

Shades of Persian Pink #F877BA

Tints of Persian Pink #F877BA

Color information

#F877BA (or 0xF877BA) is unknown color: approx Persian Pink. HEX triplet: F8, 77 and BA. RGB value is (248,119,186). Sum of RGB (Red+Green+Blue) = 248+119+186=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F877BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877BA is #078845. Grayscale: #A5A5A5. Windows color (decimal): -493638 or 12220408. OLE color: 12220408.

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

Color convert

RGB248119186-
CMYK00.520.250.03
HSL328.84º90.21%71.96%-
HSV(B)328.84º52.02%97.25%-
XYZ54.1736.750.68-
YUV165.21139.74187.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.85%
GREEN value IS 119 (46.88% from 255) = 21.52%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=44.85%
G=21.52%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811918600.520.250.03328.8490.2171.96
HexF877BA0341931495a48
Octal370167272064313511132110
Binary111110001110111101110100110100110011110100100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F877BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F877BA; }

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

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

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

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

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

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

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

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