Html Css Color HEX #FF87B9 Persian Pink

📋 copy color: '#FF87B9'

red 255 ◦ green 135 ◦ blue 185

#FF87B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #FF87B9

Tints of Persian Pink #FF87B9

RGB

 RED value IS 255 (100% from 255) = 44.35%

 GREEN value IS 135 (53.13% 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 value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF87B9 (or 0xFF87B9) is known color: 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

RGB 255 135 185 -
CMYK 0 0.47 0.27 0
HSL 335º 1% 0.76% -
HSV(B) 335º 0.47% 1% -
XYZ 58.66 42.09 50.93 -
YUV 176.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 255 135 185 0 0.47 0.27 0 335 1 0.76
Hex FF 87 B9 0 2F 1B 0 14F 64 4C
Octal 377 207 271 0 57 33 0 517 144 114
Binary 11111111 10000111 10111001 0 101111 11011 0 101001111 1100100 1001100

Color Harmonies of #FF87B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF87B9

Black with #FF87B9

Text Example


Text Example

White with #FF87B9

Text Example


Text Example

HTML Codes & Css Web 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>