#F56F88

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

Shades of Brink Pink #F56F88

Tints of Brink Pink #F56F88

Color information

#F56F88 (or 0xF56F88) is unknown color: approx Brink Pink. HEX triplet: F5, 6F and 88. RGB value is (245,111,136). Sum of RGB (Red+Green+Blue) = 245+111+136=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56F88 is #0A9077. Grayscale: #999999. Windows color (decimal): -692344 or 8941557. OLE color: 8941557.

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

Color convert

RGB245111136-
CMYK00.550.440.04
HSL348.81º87.01%69.8%-
HSV(B)348.81º54.69%96.08%-
XYZ47.7832.5627.06-
YUV153.92117.89192.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.80%
GREEN value IS 111 (43.75% from 255) = 22.56%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=49.80%
G=22.56%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511113600.550.440.04348.8187.0169.8
HexF56F880372C415d5746
Octal365157210067544535127106
Binary11110101110111110001000011011110110010010101110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56F88; }

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

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

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

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

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

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

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

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