Html Css Color HEX #F08F7D Dark Salmon

📋 copy color: '#F08F7D'

red 240 ◦ green 143 ◦ blue 125

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

Shades of Dark Salmon #F08F7D

Tints of Dark Salmon #F08F7D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.15%

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

R = 47.24%
G = 28.15%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F08F7D (or 0xF08F7D) is known color: Dark Salmon. HEX triplet: F0, 8F and 7D. RGB value is (240,143,125). Sum of RGB (Red+Green+Blue) = 240+143+125=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08F7D is #0F7082. Grayscale: #AAAAAA. Windows color (decimal): -1011843 or 8228848. OLE color: 8228848.

HSL color Cylindrical-coordinate representation of color #F08F7D: hue angle of 9.39º 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 #F08F7D is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 143 125 -
CMYK 0 0.40 0.48 0.06
HSL 9.39º 0.79% 0.72% -
HSV(B) 9.39º 0.48% 0.94% -
XYZ 49.46 39.65 24.45 -
YUV 169.95 102.64 177.96 -
System Red Green Blue C M Y K H S L
Decimal 240 143 125 0 0.40 0.48 0.06 9.39 0.79 0.72
Hex F0 8F 7D 0 28 30 6 9 4F 48
Octal 360 217 175 0 50 60 6 11 117 110
Binary 11110000 10001111 1111101 0 101000 110000 110 1001 1001111 1001000

Color Harmonies of #F08F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F7D

Black with #F08F7D

Text Example


Text Example

White with #F08F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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