#FF87B5

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

Shades of Persian Pink #FF87B5

Tints of Persian Pink #FF87B5

Color information

#FF87B5 (or 0xFF87B5) is unknown color: approx Persian Pink. HEX triplet: FF, 87 and B5. RGB value is (255,135,181). Sum of RGB (Red+Green+Blue) = 255+135+181=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87B5 is #00784A. Grayscale: #B0B0B0. Windows color (decimal): -30795 or 11896831. OLE color: 11896831.

HSL color Cylindrical-coordinate representation of color #FF87B5: hue angle of 337º 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 #FF87B5 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255135181-
CMYK00.470.290
HSL337º100%76.47%-
HSV(B)337º47.06%100%-
XYZ58.2441.9248.74-
YUV176.12130.76184.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 135 (53.12% from 255) = 23.64%
BLUE value IS 181 (71.09% from 255) = 31.70%
R=44.66%
G=23.64%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513518100.470.29033710076.47
HexFF87B502F1D0151644c
Octal377207265057350521144114
Binary111111111000011110110101010111111101010101000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF87B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF87B5; }

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

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

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

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

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

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

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

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