#ff85b7

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

Shades of Persian Pink #FF85B7

Tints of Persian Pink #FF85B7

Color information

#FF85B7 (or 0xFF85B7) is unknown color: approx Persian Pink. HEX triplet: FF, 85 and B7. RGB value is (255,133,183). Sum of RGB (Red+Green+Blue) = 255+133+183=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85B7 is #007A48. Grayscale: #AFAFAF. Windows color (decimal): -31305 or 12027391. OLE color: 12027391.

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

Color convert

RGB255133183-
CMYK00.480.280
HSL335.41º100%76.08%-
HSV(B)335.41º47.84%100%-
XYZ58.1741.4549.74-
YUV175.18132.42184.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 133 (52.34% from 255) = 23.29%
BLUE value IS 183 (71.88% from 255) = 32.05%
R=44.66%
G=23.29%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513318300.480.280335.4110076.08
HexFF85B70301C014f644c
Octal377205267060340517144114
Binary111111111000010110110111011000011100010100111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff85b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff85b7; }

 p { color: rgb(255,133,183); }

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

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

 a { background-color: rgb(255,133,183); }

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

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

 span { border-color: rgb(255,133,183); }

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