#FC6B91

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

Shades of Brink Pink #FC6B91

Tints of Brink Pink #FC6B91

Color information

#FC6B91 (or 0xFC6B91) is unknown color: approx Brink Pink. HEX triplet: FC, 6B and 91. RGB value is (252,107,145). Sum of RGB (Red+Green+Blue) = 252+107+145=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6B91 is #03946E. Grayscale: #9A9A9A. Windows color (decimal): -234607 or 9530364. OLE color: 9530364.

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

Color convert

RGB252107145-
CMYK00.580.420.01
HSL344.28º96.03%70.39%-
HSV(B)344.28º57.54%98.82%-
XYZ50.5133.2630.54-
YUV154.69122.54197.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50%
GREEN value IS 107 (42.19% from 255) = 21.23%
BLUE value IS 145 (57.03% from 255) = 28.77%
R=50%
G=21.23%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210714500.580.420.01344.2896.0370.39
HexFC6B9103A2A11586046
Octal374153221072521530140106
Binary111111001101011100100010111010101010110101100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6B91; }

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

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

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

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

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

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

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

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