Html Css Color HEX #F89D72 Hit Pink

📋 copy color: '#F89D72'

red 248 ◦ green 157 ◦ blue 114

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

Shades of Hit Pink #F89D72

Tints of Hit Pink #F89D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.97%

R = 47.78%
G = 30.25%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F89D72 (or 0xF89D72) is known color: Hit Pink. HEX triplet: F8, 9D and 72. RGB value is (248,157,114). Sum of RGB (Red+Green+Blue) = 248+157+114=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89D72 is #07628D. Grayscale: #B3B3B3. Windows color (decimal): -483982 or 7511544. OLE color: 7511544.

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

Color convert

RGB 248 157 114 -
CMYK 0 0.37 0.54 0.03
HSL 19.25º 0.91% 0.71% -
HSV(B) 19.25º 0.54% 0.97% -
XYZ 53.81 45.29 21.82 -
YUV 179.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 248 157 114 0 0.37 0.54 0.03 19.25 0.91 0.71
Hex F8 9D 72 0 25 36 3 13 5B 47
Octal 370 235 162 0 45 66 3 23 133 107
Binary 11111000 10011101 1110010 0 100101 110110 11 10011 1011011 1000111

Color Harmonies of #F89D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89D72

Black with #F89D72

Text Example


Text Example

White with #F89D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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