#FF5F8B

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

Shades of Brink Pink #FF5F8B

Tints of Brink Pink #FF5F8B

Color information

#FF5F8B (or 0xFF5F8B) is unknown color: approx Brink Pink. HEX triplet: FF, 5F and 8B. RGB value is (255,95,139). Sum of RGB (Red+Green+Blue) = 255+95+139=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5F8B is #00A074. Grayscale: #939393. Windows color (decimal): -41077 or 9134079. OLE color: 9134079.

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

Color convert

RGB25595139-
CMYK00.630.450
HSL343.5º100%68.63%-
HSV(B)343.5º62.75%100%-
XYZ49.9931.3127.83-
YUV147.86123.01204.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 95 (37.5% from 255) = 19.43%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=52.15%
G=19.43%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559513900.630.450343.510068.63
HexFF5F8B03F2D01586445
Octal377137213077550530144105
Binary111111111011111100010110111111101101010101100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5F8B; }

 p { color: rgb(255,95,139); }

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

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

 a { background-color: rgb(255,95,139); }

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

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

 span { border-color: rgb(255,95,139); }

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