#F880BB

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

Shades of Persian Pink #F880BB

Tints of Persian Pink #F880BB

Color information

#F880BB (or 0xF880BB) is unknown color: approx Persian Pink. HEX triplet: F8, 80 and BB. RGB value is (248,128,187). Sum of RGB (Red+Green+Blue) = 248+128+187=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F880BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880BB is #077F44. Grayscale: #AAAAAA. Windows color (decimal): -491333 or 12288248. OLE color: 12288248.

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

Color convert

RGB248128187-
CMYK00.480.250.03
HSL330.5º89.55%73.73%-
HSV(B)330.5º48.39%97.25%-
XYZ55.438.9851.62-
YUV170.61137.26183.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.05%
GREEN value IS 128 (50.39% from 255) = 22.74%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=44.05%
G=22.74%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812818700.480.250.03330.589.5573.73
HexF880BB03019314a5a4a
Octal370200273060313512132112
Binary1111100010000000101110110110000110011110100101010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F880BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F880BB; }

 p { color: rgb(248,128,187); }

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

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

 a { background-color: rgb(248,128,187); }

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

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

 span { border-color: rgb(248,128,187); }

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