#FC617E

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

Shades of Brink Pink #FC617E

Tints of Brink Pink #FC617E

Color information

#FC617E (or 0xFC617E) is unknown color: approx Brink Pink. HEX triplet: FC, 61 and 7E. RGB value is (252,97,126). Sum of RGB (Red+Green+Blue) = 252+97+126=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC617E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC617E is #039E81. Grayscale: #929292. Windows color (decimal): -237186 or 8282620. OLE color: 8282620.

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

Color convert

RGB25297126-
CMYK00.620.50.01
HSL348.77º96.27%68.43%-
HSV(B)348.77º61.51%98.82%-
XYZ48.1930.7523.13-
YUV146.65116.35203.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.05%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=53.05%
G=20.42%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529712600.620.50.01348.7796.2768.43
HexFC617E03E32115d6044
Octal374141176076621535140104
Binary11111100110000111111100111110110010110101110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC617E; }

 p { color: rgb(252,97,126); }

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

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

 a { background-color: rgb(252,97,126); }

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

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

 span { border-color: rgb(252,97,126); }

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