Html Css Color HEX #F09F7D Dark Salmon

📋 copy color: '#F09F7D'

red 240 ◦ green 159 ◦ blue 125

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

Shades of Dark Salmon #F09F7D

Tints of Dark Salmon #F09F7D

RGB

 RED value IS 240 (94.14% from 255) = 45.8%

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

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

R = 45.8%
G = 30.34%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F09F7D (or 0xF09F7D) is known color: Dark Salmon. HEX triplet: F0, 9F and 7D. RGB value is (240,159,125). Sum of RGB (Red+Green+Blue) = 240+159+125=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09F7D is #0F6082. Grayscale: #B3B3B3. Windows color (decimal): -1007747 or 8232944. OLE color: 8232944.

HSL color Cylindrical-coordinate representation of color #F09F7D: hue angle of 17.74º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F09F7D is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 159 125 -
CMYK 0 0.34 0.48 0.06
HSL 17.74º 0.79% 0.72% -
HSV(B) 17.74º 0.48% 0.94% -
XYZ 52.03 44.8 25.31 -
YUV 179.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 240 159 125 0 0.34 0.48 0.06 17.74 0.79 0.72
Hex F0 9F 7D 0 22 30 6 12 4F 48
Octal 360 237 175 0 42 60 6 22 117 110
Binary 11110000 10011111 1111101 0 100010 110000 110 10010 1001111 1001000

Color Harmonies of #F09F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09F7D

Black with #F09F7D

Text Example


Text Example

White with #F09F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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