#FC6B85

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

Shades of Brink Pink #FC6B85

Tints of Brink Pink #FC6B85

Color information

#FC6B85 (or 0xFC6B85) is unknown color: approx Brink Pink. HEX triplet: FC, 6B and 85. RGB value is (252,107,133). Sum of RGB (Red+Green+Blue) = 252+107+133=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6B85 is #03947A. Grayscale: #999999. Windows color (decimal): -234619 or 8743932. OLE color: 8743932.

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

Color convert

RGB252107133-
CMYK00.580.470.01
HSL349.24º96.03%70.39%-
HSV(B)349.24º57.54%98.82%-
XYZ49.6432.925.93-
YUV153.32116.54198.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.22%
GREEN value IS 107 (42.19% from 255) = 21.75%
BLUE value IS 133 (52.34% from 255) = 27.03%
R=51.22%
G=21.75%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210713300.580.470.01349.2496.0370.39
HexFC6B8503A2F115d6046
Octal374153205072571535140106
Binary111111001101011100001010111010101111110101110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6B85; }

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

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

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

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

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

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

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

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