#FC628F

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

Shades of Brink Pink #FC628F

Tints of Brink Pink #FC628F

Color information

#FC628F (or 0xFC628F) is unknown color: approx Brink Pink. HEX triplet: FC, 62 and 8F. RGB value is (252,98,143). Sum of RGB (Red+Green+Blue) = 252+98+143=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC628F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC628F is #039D70. Grayscale: #959595. Windows color (decimal): -236913 or 9396988. OLE color: 9396988.

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

Color convert

RGB25298143-
CMYK00.610.430.01
HSL342.47º96.25%68.63%-
HSV(B)342.47º61.11%98.82%-
XYZ49.4731.4129.44-
YUV149.18124.52201.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.12%
GREEN value IS 98 (38.67% from 255) = 19.88%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=51.12%
G=19.88%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529814300.610.430.01342.4796.2568.63
HexFC628F03D2B11566045
Octal374142217075531526140105
Binary111111001100010100011110111101101011110101011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC628F; }

 p { color: rgb(252,98,143); }

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

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

 a { background-color: rgb(252,98,143); }

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

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

 span { border-color: rgb(252,98,143); }

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