#FC7287

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

Shades of Brink Pink #FC7287

Tints of Brink Pink #FC7287

Color information

#FC7287 (or 0xFC7287) is unknown color: approx Brink Pink. HEX triplet: FC, 72 and 87. RGB value is (252,114,135). Sum of RGB (Red+Green+Blue) = 252+114+135=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7287 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7287 is #038D78. Grayscale: #9D9D9D. Windows color (decimal): -232825 or 8876796. OLE color: 8876796.

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

Color convert

RGB252114135-
CMYK00.550.460.01
HSL350.87º95.83%71.76%-
HSV(B)350.87º54.76%98.82%-
XYZ50.5434.4826.91-
YUV157.66115.22195.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.30%
GREEN value IS 114 (44.92% from 255) = 22.75%
BLUE value IS 135 (53.12% from 255) = 26.95%
R=50.30%
G=22.75%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211413500.550.460.01350.8795.8371.76
HexFC72870372E115f6048
Octal374162207067561537140110
Binary111111001110010100001110110111101110110101111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7287; }

 p { color: rgb(252,114,135); }

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

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

 a { background-color: rgb(252,114,135); }

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

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

 span { border-color: rgb(252,114,135); }

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