#F55D81

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

Shades of Brink Pink #F55D81

Tints of Brink Pink #F55D81

Color information

#F55D81 (or 0xF55D81) is unknown color: approx Brink Pink. HEX triplet: F5, 5D and 81. RGB value is (245,93,129). Sum of RGB (Red+Green+Blue) = 245+93+129=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55D81 is #0AA27E. Grayscale: #8E8E8E. Windows color (decimal): -696959 or 8478197. OLE color: 8478197.

HSL color Cylindrical-coordinate representation of color #F55D81: hue angle of 345.79º 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 #F55D81 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB24593129-
CMYK00.620.470.04
HSL345.79º88.37%66.27%-
HSV(B)345.79º62.04%96.08%-
XYZ45.5328.8323.93-
YUV142.55120.36201.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.46%
GREEN value IS 93 (36.72% from 255) = 19.91%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=52.46%
G=19.91%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459312900.620.470.04345.7988.3766.27
HexF55D8103E2F415a5842
Octal365135201076574532130102
Binary11110101101110110000001011111010111110010101101010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55D81; }

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

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

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

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

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

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

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

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