Html Css Color HEX #F89F7D Light Salmon

📋 copy color: '#F89F7D'

red 248 ◦ green 159 ◦ blue 125

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

Shades of Light Salmon #F89F7D

Tints of Light Salmon #F89F7D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.89%

 BLUE value IS 125 (49.22% from 255) = 23.5%

R = 46.62%
G = 29.89%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F89F7D (or 0xF89F7D) is known color: Light Salmon. HEX triplet: F8, 9F and 7D. RGB value is (248,159,125). Sum of RGB (Red+Green+Blue) = 248+159+125=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89F7D is #076082. Grayscale: #B5B5B5. Windows color (decimal): -483459 or 8232952. OLE color: 8232952.

HSL color Cylindrical-coordinate representation of color #F89F7D: hue angle of 16.59º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F89F7D is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 159 125 -
CMYK 0 0.36 0.50 0.03
HSL 16.59º 0.9% 0.73% -
HSV(B) 16.59º 0.5% 0.97% -
XYZ 54.81 46.23 25.44 -
YUV 181.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 248 159 125 0 0.36 0.50 0.03 16.59 0.9 0.73
Hex F8 9F 7D 0 24 32 3 11 5A 49
Octal 370 237 175 0 44 62 3 21 132 111
Binary 11111000 10011111 1111101 0 100100 110010 11 10001 1011010 1001001

Color Harmonies of #F89F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89F7D

Black with #F89F7D

Text Example


Text Example

White with #F89F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89F7D; }

 p { color: rgb(248,159,125); }

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

background-color css

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

 a { background-color: rgb(248,159,125); }

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

border-color css

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

 span { border-color: rgb(248,159,125); }

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