Html Css Color HEX #F89C70 Hit Pink

📋 copy color: '#F89C70'

red 248 ◦ green 156 ◦ blue 112

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

Shades of Hit Pink #F89C70

Tints of Hit Pink #F89C70

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.23%

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

R = 48.06%
G = 30.23%
B = 21.71%

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

#F89C70 (or 0xF89C70) is known color: Hit Pink. HEX triplet: F8, 9C and 70. RGB value is (248,156,112). Sum of RGB (Red+Green+Blue) = 248+156+112=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89C70 is #07638F. Grayscale: #B2B2B2. Windows color (decimal): -484240 or 7380216. OLE color: 7380216.

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

Color convert

RGB 248 156 112 -
CMYK 0 0.37 0.55 0.03
HSL 19.41º 0.91% 0.71% -
HSV(B) 19.41º 0.55% 0.97% -
XYZ 53.52 44.9 21.18 -
YUV 178.49 90.48 177.58 -
System Red Green Blue C M Y K H S L
Decimal 248 156 112 0 0.37 0.55 0.03 19.41 0.91 0.71
Hex F8 9C 70 0 25 37 3 13 5B 47
Octal 370 234 160 0 45 67 3 23 133 107
Binary 11111000 10011100 1110000 0 100101 110111 11 10011 1011011 1000111

Color Harmonies of #F89C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89C70

Black with #F89C70

Text Example


Text Example

White with #F89C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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