#FB5F90

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

Shades of Brink Pink #FB5F90

Tints of Brink Pink #FB5F90

Color information

#FB5F90 (or 0xFB5F90) is unknown color: approx Brink Pink. HEX triplet: FB, 5F and 90. RGB value is (251,95,144). Sum of RGB (Red+Green+Blue) = 251+95+144=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5F90 is #04A06F. Grayscale: #939393. Windows color (decimal): -303216 or 9461755. OLE color: 9461755.

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

Color convert

RGB25195144-
CMYK00.620.430.02
HSL341.15º95.12%67.84%-
HSV(B)341.15º62.15%98.43%-
XYZ48.9130.7129.73-
YUV147.23126.18202.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.22%
GREEN value IS 95 (37.5% from 255) = 19.39%
BLUE value IS 144 (56.64% from 255) = 29.39%
R=51.22%
G=19.39%
B=29.39%

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
Decimal2519514400.620.430.02341.1595.1267.84
HexFB5F9003E2B21555f44
Octal373137220076532525137104
Binary1111101110111111001000001111101010111010101010110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5F90; }

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

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

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

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

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

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

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

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