#F56F81

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

Shades of Brink Pink #F56F81

Tints of Brink Pink #F56F81

Color information

#F56F81 (or 0xF56F81) is unknown color: approx Brink Pink. HEX triplet: F5, 6F and 81. RGB value is (245,111,129). Sum of RGB (Red+Green+Blue) = 245+111+129=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56F81 is #0A907E. Grayscale: #999999. Windows color (decimal): -692351 or 8482805. OLE color: 8482805.

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

Color convert

RGB245111129-
CMYK00.550.470.04
HSL351.94º87.01%69.8%-
HSV(B)351.94º54.69%96.08%-
XYZ47.332.3724.52-
YUV153.12114.39193.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.52%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=50.52%
G=22.89%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511112900.550.470.04351.9487.0169.8
HexF56F810372F41605746
Octal365157201067574540127106
Binary11110101110111110000001011011110111110010110000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56F81; }

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

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

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

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

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

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

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

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