#FB9C71

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

Shades of Hit Pink #FB9C71

Tints of Hit Pink #FB9C71

Color information

#FB9C71 (or 0xFB9C71) is unknown color: approx Hit Pink. HEX triplet: FB, 9C and 71. RGB value is (251,156,113). Sum of RGB (Red+Green+Blue) = 251+156+113=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9C71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9C71 is #04638E. Grayscale: #B3B3B3. Windows color (decimal): -287631 or 7445755. OLE color: 7445755.

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

Color convert

RGB251156113-
CMYK00.380.550.02
HSL18.7º94.52%71.37%-
HSV(B)18.7º54.98%98.43%-
XYZ54.6545.4821.52-
YUV179.590.47179-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.27%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 113 (44.53% from 255) = 21.73%
R=48.27%
G=30%
B=21.73%

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
Decimal25115611300.380.550.0218.794.5271.37
HexFB9C71026372135f47
Octal37323416104667223137107
Binary111110111001110011100010100110110111101001110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9C71; }

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

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

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

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

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

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

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

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