#FF87B9

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

Shades of Persian Pink #FF87B9

Tints of Persian Pink #FF87B9

Color information

#FF87B9 (or 0xFF87B9) is unknown color: approx Persian Pink. HEX triplet: FF, 87 and B9. RGB value is (255,135,185). Sum of RGB (Red+Green+Blue) = 255+135+185=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87B9 is #007846. Grayscale: #B0B0B0. Windows color (decimal): -30791 or 12158975. OLE color: 12158975.

HSL color Cylindrical-coordinate representation of color #FF87B9: hue angle of 335º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF87B9 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255135185-
CMYK00.470.270
HSL335º100%76.47%-
HSV(B)335º47.06%100%-
XYZ58.6642.0950.93-
YUV176.58132.76183.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 135 (53.12% from 255) = 23.48%
BLUE value IS 185 (72.66% from 255) = 32.17%
R=44.35%
G=23.48%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513518500.470.27033510076.47
HexFF87B902F1B014f644c
Octal377207271057330517144114
Binary111111111000011110111001010111111011010100111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF87B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF87B9; }

 p { color: rgb(255,135,185); }

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

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

 a { background-color: rgb(255,135,185); }

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

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

 span { border-color: rgb(255,135,185); }

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