#f56978

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

Shades of Brink Pink #F56978

Tints of Brink Pink #F56978

Color information

#F56978 (or 0xF56978) is unknown color: approx Brink Pink. HEX triplet: F5, 69 and 78. RGB value is (245,105,120). Sum of RGB (Red+Green+Blue) = 245+105+120=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F56978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56978 is #0A9687. Grayscale: #949494. Windows color (decimal): -693896 or 7891445. OLE color: 7891445.

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

Color convert

RGB245105120-
CMYK00.570.510.04
HSL353.57º87.5%68.63%-
HSV(B)353.57º57.14%96.08%-
XYZ46.130.8721.3-
YUV148.57111.88196.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.13%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 120 (47.27% from 255) = 25.53%
R=52.13%
G=22.34%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510512000.570.510.04353.5787.568.63
HexF569780393341625845
Octal365151170071634542130105
Binary1111010111010011111000011100111001110010110001010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f56978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f56978; }

 p { color: rgb(245,105,120); }

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

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

 a { background-color: rgb(245,105,120); }

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

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

 span { border-color: rgb(245,105,120); }

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