#FF5F8F

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

Shades of Brink Pink #FF5F8F

Tints of Brink Pink #FF5F8F

Color information

#FF5F8F (or 0xFF5F8F) is unknown color: approx Brink Pink. HEX triplet: FF, 5F and 8F. RGB value is (255,95,143). Sum of RGB (Red+Green+Blue) = 255+95+143=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5F8F is #00A070. Grayscale: #949494. Windows color (decimal): -41073 or 9396223. OLE color: 9396223.

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

Color convert

RGB25595143-
CMYK00.630.440
HSL342º100%68.63%-
HSV(B)342º62.75%100%-
XYZ50.2931.4329.4-
YUV148.31125.01204.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 95 (37.5% from 255) = 19.27%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=51.72%
G=19.27%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559514300.630.44034210068.63
HexFF5F8F03F2C01566445
Octal377137217077540526144105
Binary111111111011111100011110111111101100010101011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5F8F; }

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

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

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

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

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

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

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

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