#FC5F83

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

Shades of Brink Pink #FC5F83

Tints of Brink Pink #FC5F83

Color information

#FC5F83 (or 0xFC5F83) is unknown color: approx Brink Pink. HEX triplet: FC, 5F and 83. RGB value is (252,95,131). Sum of RGB (Red+Green+Blue) = 252+95+131=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5F83 is #03A07C. Grayscale: #929292. Windows color (decimal): -237693 or 8609788. OLE color: 8609788.

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

Color convert

RGB25295131-
CMYK00.620.480.01
HSL346.24º96.32%68.04%-
HSV(B)346.24º62.3%98.82%-
XYZ48.3330.5224.82-
YUV146.05119.51203.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.72%
GREEN value IS 95 (37.5% from 255) = 19.87%
BLUE value IS 131 (51.56% from 255) = 27.41%
R=52.72%
G=19.87%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529513100.620.480.01346.2496.3268.04
HexFC5F8303E30115a6044
Octal374137203076601532140104
Binary111111001011111100000110111110110000110101101011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5F83; }

 p { color: rgb(252,95,131); }

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

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

 a { background-color: rgb(252,95,131); }

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

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

 span { border-color: rgb(252,95,131); }

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