#F89D6F

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

Shades of Hit Pink #F89D6F

Tints of Hit Pink #F89D6F

Color information

#F89D6F (or 0xF89D6F) is unknown color: approx Hit Pink. HEX triplet: F8, 9D and 6F. RGB value is (248,157,111). Sum of RGB (Red+Green+Blue) = 248+157+111=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89D6F is #076290. Grayscale: #B3B3B3. Windows color (decimal): -483985 or 7314936. OLE color: 7314936.

HSL color Cylindrical-coordinate representation of color #F89D6F: hue angle of 20.15º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F89D6F is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB248157111-
CMYK00.370.550.03
HSL20.15º90.73%70.39%-
HSV(B)20.15º55.24%97.25%-
XYZ53.6445.2220.94-
YUV178.9689.65177.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.06%
GREEN value IS 157 (61.72% from 255) = 30.43%
BLUE value IS 111 (43.75% from 255) = 21.51%
R=48.06%
G=30.43%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815711100.370.550.0320.1590.7370.39
HexF89D6F025373145b46
Octal37023515704567324133106
Binary111110001001110111011110100101110111111010010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89D6F; }

 p { color: rgb(248,157,111); }

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

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

 a { background-color: rgb(248,157,111); }

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

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

 span { border-color: rgb(248,157,111); }

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