#FF5E8E

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

Shades of Brink Pink #FF5E8E

Tints of Brink Pink #FF5E8E

Color information

#FF5E8E (or 0xFF5E8E) is unknown color: approx Brink Pink. HEX triplet: FF, 5E and 8E. RGB value is (255,94,142). Sum of RGB (Red+Green+Blue) = 255+94+142=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5E8E is #00A171. Grayscale: #939393. Windows color (decimal): -41330 or 9330431. OLE color: 9330431.

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

Color convert

RGB25594142-
CMYK00.630.440
HSL342.11º100%68.43%-
HSV(B)342.11º63.14%100%-
XYZ50.1331.2228.98-
YUV147.61124.84204.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 94 (37.11% from 255) = 19.14%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=51.93%
G=19.14%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559414200.630.440342.1110068.43
HexFF5E8E03F2C01566444
Octal377136216077540526144104
Binary111111111011110100011100111111101100010101011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5E8E; }

 p { color: rgb(255,94,142); }

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

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

 a { background-color: rgb(255,94,142); }

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

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

 span { border-color: rgb(255,94,142); }

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