#FC7278

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

Shades of Brink Pink #FC7278

Tints of Brink Pink #FC7278

Color information

#FC7278 (or 0xFC7278) is unknown color: approx Brink Pink. HEX triplet: FC, 72 and 78. RGB value is (252,114,120). Sum of RGB (Red+Green+Blue) = 252+114+120=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7278 is #038D87. Grayscale: #9C9C9C. Windows color (decimal): -232840 or 7893756. OLE color: 7893756.

HSL color Cylindrical-coordinate representation of color #FC7278: hue angle of 357.39º 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 #FC7278 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB252114120-
CMYK00.550.520.01
HSL357.39º95.83%71.76%-
HSV(B)357.39º54.76%98.82%-
XYZ49.5534.0921.74-
YUV155.95107.72196.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.85%
GREEN value IS 114 (44.92% from 255) = 23.46%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=51.85%
G=23.46%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211412000.550.520.01357.3995.8371.76
HexFC72780373411656048
Octal374162170067641545140110
Binary11111100111001011110000110111110100110110010111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7278; }

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

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

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

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

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

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

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

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