#F55D84

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

Shades of Brink Pink #F55D84

Tints of Brink Pink #F55D84

Color information

#F55D84 (or 0xF55D84) is unknown color: approx Brink Pink. HEX triplet: F5, 5D and 84. RGB value is (245,93,132). Sum of RGB (Red+Green+Blue) = 245+93+132=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55D84 is #0AA27B. Grayscale: #8E8E8E. Windows color (decimal): -696956 or 8674805. OLE color: 8674805.

HSL color Cylindrical-coordinate representation of color #F55D84: hue angle of 344.61º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55D84 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB24593132-
CMYK00.620.460.04
HSL344.61º88.37%66.27%-
HSV(B)344.61º62.04%96.08%-
XYZ45.7428.9125-
YUV142.89121.86200.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.13%
GREEN value IS 93 (36.72% from 255) = 19.79%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=52.13%
G=19.79%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459313200.620.460.04344.6188.3766.27
HexF55D8403E2E41595842
Octal365135204076564531130102
Binary11110101101110110000100011111010111010010101100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55D84; }

 p { color: rgb(245,93,132); }

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

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

 a { background-color: rgb(245,93,132); }

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

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

 span { border-color: rgb(245,93,132); }

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