#FC6B78

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

Shades of Brink Pink #FC6B78

Tints of Brink Pink #FC6B78

Color information

#FC6B78 (or 0xFC6B78) is unknown color: approx Brink Pink. HEX triplet: FC, 6B and 78. RGB value is (252,107,120). Sum of RGB (Red+Green+Blue) = 252+107+120=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6B78 is #039487. Grayscale: #979797. Windows color (decimal): -234632 or 7891964. OLE color: 7891964.

HSL color Cylindrical-coordinate representation of color #FC6B78: hue angle of 354.62º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6B78 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB252107120-
CMYK00.580.520.01
HSL354.62º96.03%70.39%-
HSV(B)354.62º57.54%98.82%-
XYZ48.7932.5721.48-
YUV151.84110.04199.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.61%
GREEN value IS 107 (42.19% from 255) = 22.34%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=52.61%
G=22.34%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210712000.580.520.01354.6296.0370.39
HexFC6B7803A3411636046
Octal374153170072641543140106
Binary11111100110101111110000111010110100110110001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6B78; }

 p { color: rgb(252,107,120); }

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

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

 a { background-color: rgb(252,107,120); }

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

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

 span { border-color: rgb(252,107,120); }

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