Html Css Color HEX #FF87BA Persian Pink

📋 copy color: '#FF87BA'

red 255 ◦ green 135 ◦ blue 186

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

Shades of Persian Pink #FF87BA

Tints of Persian Pink #FF87BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.44%

 BLUE value IS 186 (73.05% from 255) = 32.29%

R = 44.27%
G = 23.44%
B = 32.29%

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

#FF87BA (or 0xFF87BA) is known color: Persian Pink. HEX triplet: FF, 87 and BA. RGB value is (255,135,186). Sum of RGB (Red+Green+Blue) = 255+135+186=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 135 (53.12% from 255 or 23.44% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87BA is #007845. Grayscale: #B0B0B0. Windows color (decimal): -30790 or 12224511. OLE color: 12224511.

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

Color convert

RGB 255 135 186 -
CMYK 0 0.47 0.27 0
HSL 334.5º 1% 0.76% -
HSV(B) 334.5º 0.47% 1% -
XYZ 58.77 42.13 51.49 -
YUV 176.69 133.26 183.85 -
System Red Green Blue C M Y K H S L
Decimal 255 135 186 0 0.47 0.27 0 334.5 1 0.76
Hex FF 87 BA 0 2F 1B 0 14E 64 4C
Octal 377 207 272 0 57 33 0 516 144 114
Binary 11111111 10000111 10111010 0 101111 11011 0 101001110 1100100 1001100

Color Harmonies of #FF87BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF87BA

Black with #FF87BA

Text Example


Text Example

White with #FF87BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF87BA; }

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

 H1.HeaderClassName
 {
   color: #FF87BA;
 }
 .AnyTagClassName
 {
   color: #FF87BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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