#FB6A76

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

Shades of Brink Pink #FB6A76

Tints of Brink Pink #FB6A76

Color information

#FB6A76 (or 0xFB6A76) is unknown color: approx Brink Pink. HEX triplet: FB, 6A and 76. RGB value is (251,106,118). Sum of RGB (Red+Green+Blue) = 251+106+118=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6A76 is #049589. Grayscale: #969696. Windows color (decimal): -300426 or 7760635. OLE color: 7760635.

HSL color Cylindrical-coordinate representation of color #FB6A76: hue angle of 355.03º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB6A76 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB251106118-
CMYK00.580.530.02
HSL355.03º94.77%70%-
HSV(B)355.03º57.77%98.43%-
XYZ48.2132.1320.8-
YUV150.72109.54199.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.84%
GREEN value IS 106 (41.80% from 255) = 22.32%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=52.84%
G=22.32%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110611800.580.530.02355.0394.7770
HexFB6A7603A3521635f46
Octal373152166072652543137106
Binary111110111101010111011001110101101011010110001110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6A76; }

 p { color: rgb(251,106,118); }

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

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

 a { background-color: rgb(251,106,118); }

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

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

 span { border-color: rgb(251,106,118); }

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