#FB6090

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

Shades of Brink Pink #FB6090

Tints of Brink Pink #FB6090

Color information

#FB6090 (or 0xFB6090) is unknown color: approx Brink Pink. HEX triplet: FB, 60 and 90. RGB value is (251,96,144). Sum of RGB (Red+Green+Blue) = 251+96+144=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6090 is #049F6F. Grayscale: #939393. Windows color (decimal): -302960 or 9462011. OLE color: 9462011.

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

Color convert

RGB25196144-
CMYK00.620.430.02
HSL341.42º95.09%68.04%-
HSV(B)341.42º61.75%98.43%-
XYZ4930.8929.77-
YUV147.82125.85201.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.12%
GREEN value IS 96 (37.89% from 255) = 19.55%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=51.12%
G=19.55%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519614400.620.430.02341.4295.0968.04
HexFB609003E2B21555f44
Octal373140220076532525137104
Binary1111101111000001001000001111101010111010101010110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6090; }

 p { color: rgb(251,96,144); }

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

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

 a { background-color: rgb(251,96,144); }

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

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

 span { border-color: rgb(251,96,144); }

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