Html Css Color HEX #FBA175 Hit Pink

📋 copy color: '#FBA175'

red 251 ◦ green 161 ◦ blue 117

#FBA175
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #FBA175

Tints of Hit Pink #FBA175

RGB

 RED value IS 251 (98.44% from 255) = 47.45%

 GREEN value IS 161 (63.28% from 255) = 30.43%

 BLUE value IS 117 (46.09% from 255) = 22.12%

R = 47.45%
G = 30.43%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBA175 (or 0xFBA175) is known color: Hit Pink. HEX triplet: FB, A1 and 75. RGB value is (251,161,117). Sum of RGB (Red+Green+Blue) = 251+161+117=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA175 is #045E8A. Grayscale: #B7B7B7. Windows color (decimal): -286347 or 7709179. OLE color: 7709179.

HSL color Cylindrical-coordinate representation of color #FBA175: hue angle of 19.7º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBA175 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 161 117 -
CMYK 0 0.36 0.53 0.02
HSL 19.7º 0.94% 0.72% -
HSV(B) 19.7º 0.53% 0.98% -
XYZ 55.74 47.28 23.02 -
YUV 182.89 90.82 176.58 -
System Red Green Blue C M Y K H S L
Decimal 251 161 117 0 0.36 0.53 0.02 19.7 0.94 0.72
Hex FB A1 75 0 24 35 2 14 5E 48
Octal 373 241 165 0 44 65 2 24 136 110
Binary 11111011 10100001 1110101 0 100100 110101 10 10100 1011110 1001000

Color Harmonies of #FBA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA175

Black with #FBA175

Text Example


Text Example

White with #FBA175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA175; }

 p { color: rgb(251,161,117); }

 H1.HeaderClassName
 {
   color: #FBA175;
 }
 .AnyTagClassName
 {
   color: #FBA175;
 }
</style>

background-color css

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

 a { background-color: rgb(251,161,117); }

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

border-color css

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

 span { border-color: rgb(251,161,117); }

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