#FC7380

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

Shades of Brink Pink #FC7380

Tints of Brink Pink #FC7380

Color information

#FC7380 (or 0xFC7380) is unknown color: approx Brink Pink. HEX triplet: FC, 73 and 80. RGB value is (252,115,128). Sum of RGB (Red+Green+Blue) = 252+115+128=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7380 is #038C7F. Grayscale: #9D9D9D. Windows color (decimal): -232576 or 8418300. OLE color: 8418300.

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

Color convert

RGB252115128-
CMYK00.540.490.01
HSL354.31º95.8%71.96%-
HSV(B)354.31º54.37%98.82%-
XYZ50.1734.5224.44-
YUV157.45111.39195.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.91%
GREEN value IS 115 (45.31% from 255) = 23.23%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=50.91%
G=23.23%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211512800.540.490.01354.3195.871.96
HexFC73800363111626048
Octal374163200066611542140110
Binary111111001110011100000000110110110001110110001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7380; }

 p { color: rgb(252,115,128); }

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

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

 a { background-color: rgb(252,115,128); }

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

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

 span { border-color: rgb(252,115,128); }

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