#F55D82

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

Shades of Brink Pink #F55D82

Tints of Brink Pink #F55D82

Color information

#F55D82 (or 0xF55D82) is unknown color: approx Brink Pink. HEX triplet: F5, 5D and 82. RGB value is (245,93,130). Sum of RGB (Red+Green+Blue) = 245+93+130=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55D82 is #0AA27D. Grayscale: #8E8E8E. Windows color (decimal): -696958 or 8543733. OLE color: 8543733.

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

Color convert

RGB24593130-
CMYK00.620.470.04
HSL345.39º88.37%66.27%-
HSV(B)345.39º62.04%96.08%-
XYZ45.628.8524.28-
YUV142.67120.86200.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.35%
GREEN value IS 93 (36.72% from 255) = 19.87%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=52.35%
G=19.87%
B=27.78%

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
Decimal2459313000.620.470.04345.3988.3766.27
HexF55D8203E2F41595842
Octal365135202076574531130102
Binary11110101101110110000010011111010111110010101100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55D82; }

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

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

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

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

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

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

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

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