#FBA070

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

Shades of Hit Pink #FBA070

Tints of Hit Pink #FBA070

Color information

#FBA070 (or 0xFBA070) is unknown color: approx Hit Pink. HEX triplet: FB, A0 and 70. RGB value is (251,160,112). Sum of RGB (Red+Green+Blue) = 251+160+112=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA070 is #045F8F. Grayscale: #B6B6B6. Windows color (decimal): -286608 or 7381243. OLE color: 7381243.

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

Color convert

RGB251160112-
CMYK00.360.550.02
HSL20.72º94.56%71.18%-
HSV(B)20.72º55.38%98.43%-
XYZ55.2846.8221.45-
YUV181.7488.65177.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.99%
GREEN value IS 160 (62.89% from 255) = 30.59%
BLUE value IS 112 (44.14% from 255) = 21.41%
R=47.99%
G=30.59%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116011200.360.550.0220.7294.5671.18
HexFBA070024372155f47
Octal37324016004467225137107
Binary111110111010000011100000100100110111101010110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA070; }

 p { color: rgb(251,160,112); }

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

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

 a { background-color: rgb(251,160,112); }

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

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

 span { border-color: rgb(251,160,112); }

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