#FC607F

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

Shades of Brink Pink #FC607F

Tints of Brink Pink #FC607F

Color information

#FC607F (or 0xFC607F) is unknown color: approx Brink Pink. HEX triplet: FC, 60 and 7F. RGB value is (252,96,127). Sum of RGB (Red+Green+Blue) = 252+96+127=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC607F is #039F80. Grayscale: #929292. Windows color (decimal): -237441 or 8347900. OLE color: 8347900.

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

Color convert

RGB25296127-
CMYK00.620.500.01
HSL348.08º96.3%68.24%-
HSV(B)348.08º61.9%98.82%-
XYZ48.1630.5923.45-
YUV146.18117.18203.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.05%
GREEN value IS 96 (37.89% from 255) = 20.21%
BLUE value IS 127 (50% from 255) = 26.74%
R=53.05%
G=20.21%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529612700.620.500.01348.0896.368.24
HexFC607F03E32115c6044
Octal374140177076621534140104
Binary11111100110000011111110111110110010110101110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC607F; }

 p { color: rgb(252,96,127); }

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

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

 a { background-color: rgb(252,96,127); }

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

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

 span { border-color: rgb(252,96,127); }

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