Html Css Color HEX #F89D70 Hit Pink

📋 copy color: '#F89D70'

red 248 ◦ green 157 ◦ blue 112

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

Shades of Hit Pink #F89D70

Tints of Hit Pink #F89D70

RGB

 RED value IS 248 (97.27% from 255) = 47.97%

 GREEN value IS 157 (61.72% from 255) = 30.37%

 BLUE value IS 112 (44.14% from 255) = 21.66%

R = 47.97%
G = 30.37%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F89D70 (or 0xF89D70) is known color: Hit Pink. HEX triplet: F8, 9D and 70. RGB value is (248,157,112). Sum of RGB (Red+Green+Blue) = 248+157+112=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89D70 is #07628F. Grayscale: #B3B3B3. Windows color (decimal): -483984 or 7380472. OLE color: 7380472.

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

Color convert

RGB 248 157 112 -
CMYK 0 0.37 0.55 0.03
HSL 19.85º 0.91% 0.71% -
HSV(B) 19.85º 0.55% 0.97% -
XYZ 53.69 45.24 21.23 -
YUV 179.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 248 157 112 0 0.37 0.55 0.03 19.85 0.91 0.71
Hex F8 9D 70 0 25 37 3 14 5B 47
Octal 370 235 160 0 45 67 3 24 133 107
Binary 11111000 10011101 1110000 0 100101 110111 11 10100 1011011 1000111

Color Harmonies of #F89D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89D70

Black with #F89D70

Text Example


Text Example

White with #F89D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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