#FC7076

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

Shades of Brink Pink #FC7076

Tints of Brink Pink #FC7076

Color information

#FC7076 (or 0xFC7076) is unknown color: approx Brink Pink. HEX triplet: FC, 70 and 76. RGB value is (252,112,118). Sum of RGB (Red+Green+Blue) = 252+112+118=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7076 is #038F89. Grayscale: #9A9A9A. Windows color (decimal): -233354 or 7762172. OLE color: 7762172.

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

Color convert

RGB252112118-
CMYK00.560.530.01
HSL357.43º95.89%71.37%-
HSV(B)357.43º55.56%98.82%-
XYZ49.2133.5921.03-
YUV154.54107.38197.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.28%
GREEN value IS 112 (44.14% from 255) = 23.24%
BLUE value IS 118 (46.48% from 255) = 24.48%
R=52.28%
G=23.24%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211211800.560.530.01357.4395.8971.37
HexFC70760383511656047
Octal374160166070651545140107
Binary11111100111000011101100111000110101110110010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7076; }

 p { color: rgb(252,112,118); }

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

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

 a { background-color: rgb(252,112,118); }

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

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

 span { border-color: rgb(252,112,118); }

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