#FB6186

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

Shades of Brink Pink #FB6186

Tints of Brink Pink #FB6186

Color information

#FB6186 (or 0xFB6186) is unknown color: approx Brink Pink. HEX triplet: FB, 61 and 86. RGB value is (251,97,134). Sum of RGB (Red+Green+Blue) = 251+97+134=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6186 is #049E79. Grayscale: #939393. Windows color (decimal): -302714 or 8806907. OLE color: 8806907.

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

Color convert

RGB25197134-
CMYK00.610.470.02
HSL345.58º95.06%68.24%-
HSV(B)345.58º61.35%98.43%-
XYZ48.3630.7825.95-
YUV147.26120.52201.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.07%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 134 (52.73% from 255) = 27.80%
R=52.07%
G=20.12%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519713400.610.470.02345.5895.0668.24
HexFB618603D2F215a5f44
Octal373141206075572532137104
Binary1111101111000011000011001111011011111010101101010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6186; }

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

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

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

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

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

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

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

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