#FB9B71

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

Shades of Hit Pink #FB9B71

Tints of Hit Pink #FB9B71

Color information

#FB9B71 (or 0xFB9B71) is unknown color: approx Hit Pink. HEX triplet: FB, 9B and 71. RGB value is (251,155,113). Sum of RGB (Red+Green+Blue) = 251+155+113=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9B71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9B71 is #04648E. Grayscale: #B3B3B3. Windows color (decimal): -287887 or 7445499. OLE color: 7445499.

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

Color convert

RGB251155113-
CMYK00.380.550.02
HSL18.26º94.52%71.37%-
HSV(B)18.26º54.98%98.43%-
XYZ54.4945.1421.46-
YUV178.9290.8179.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.36%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 113 (44.53% from 255) = 21.77%
R=48.36%
G=29.87%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115511300.380.550.0218.2694.5271.37
HexFB9B71026372125f47
Octal37323316104667222137107
Binary111110111001101111100010100110110111101001010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9B71; }

 p { color: rgb(251,155,113); }

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

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

 a { background-color: rgb(251,155,113); }

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

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

 span { border-color: rgb(251,155,113); }

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