#FF5F8A

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

Shades of Brink Pink #FF5F8A

Tints of Brink Pink #FF5F8A

Color information

#FF5F8A (or 0xFF5F8A) is unknown color: approx Brink Pink. HEX triplet: FF, 5F and 8A. RGB value is (255,95,138). Sum of RGB (Red+Green+Blue) = 255+95+138=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5F8A is #00A075. Grayscale: #939393. Windows color (decimal): -41078 or 9068543. OLE color: 9068543.

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

Color convert

RGB25595138-
CMYK00.630.460
HSL343.88º100%68.63%-
HSV(B)343.88º62.75%100%-
XYZ49.9231.2827.45-
YUV147.74122.51204.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.25%
GREEN value IS 95 (37.5% from 255) = 19.47%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=52.25%
G=19.47%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559513800.630.460343.8810068.63
HexFF5F8A03F2E01586445
Octal377137212077560530144105
Binary111111111011111100010100111111101110010101100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5F8A; }

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

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

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

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

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

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

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

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