#FC6B83

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

Shades of Brink Pink #FC6B83

Tints of Brink Pink #FC6B83

Color information

#FC6B83 (or 0xFC6B83) is unknown color: approx Brink Pink. HEX triplet: FC, 6B and 83. RGB value is (252,107,131). Sum of RGB (Red+Green+Blue) = 252+107+131=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6B83 is #03947C. Grayscale: #999999. Windows color (decimal): -234621 or 8612860. OLE color: 8612860.

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

Color convert

RGB252107131-
CMYK00.580.480.01
HSL350.07º96.03%70.39%-
HSV(B)350.07º57.54%98.82%-
XYZ49.532.8525.2-
YUV153.09115.54198.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.43%
GREEN value IS 107 (42.19% from 255) = 21.84%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=51.43%
G=21.84%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210713100.580.480.01350.0796.0370.39
HexFC6B8303A30115e6046
Octal374153203072601536140106
Binary111111001101011100000110111010110000110101111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6B83; }

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

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

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

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

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

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

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

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