#F56082

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

Shades of Brink Pink #F56082

Tints of Brink Pink #F56082

Color information

#F56082 (or 0xF56082) is unknown color: approx Brink Pink. HEX triplet: F5, 60 and 82. RGB value is (245,96,130). Sum of RGB (Red+Green+Blue) = 245+96+130=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F56082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56082 is #0A9F7D. Grayscale: #909090. Windows color (decimal): -696190 or 8544501. OLE color: 8544501.

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

Color convert

RGB24596130-
CMYK00.610.470.04
HSL346.31º88.17%66.86%-
HSV(B)346.31º60.82%96.08%-
XYZ45.8729.3924.37-
YUV144.43119.86199.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.02%
GREEN value IS 96 (37.89% from 255) = 20.38%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=52.02%
G=20.38%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459613000.610.470.04346.3188.1766.86
HexF5608203D2F415a5843
Octal365140202075574532130103
Binary11110101110000010000010011110110111110010101101010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56082; }

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

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

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

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

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

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

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

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