#FB6187

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

Shades of Brink Pink #FB6187

Tints of Brink Pink #FB6187

Color information

#FB6187 (or 0xFB6187) is unknown color: approx Brink Pink. HEX triplet: FB, 61 and 87. RGB value is (251,97,135). Sum of RGB (Red+Green+Blue) = 251+97+135=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6187 is #049E78. Grayscale: #939393. Windows color (decimal): -302713 or 8872443. OLE color: 8872443.

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

Color convert

RGB25197135-
CMYK00.610.460.02
HSL345.19º95.06%68.24%-
HSV(B)345.19º61.35%98.43%-
XYZ48.4330.8126.32-
YUV147.38121.02201.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.97%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 135 (53.12% from 255) = 27.95%
R=51.97%
G=20.08%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519713500.610.460.02345.1995.0668.24
HexFB618703D2E21595f44
Octal373141207075562531137104
Binary1111101111000011000011101111011011101010101100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6187; }

 p { color: rgb(251,97,135); }

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

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

 a { background-color: rgb(251,97,135); }

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

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

 span { border-color: rgb(251,97,135); }

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