Html Css Color HEX #F0947D Dark Salmon

📋 copy color: '#F0947D'

red 240 ◦ green 148 ◦ blue 125

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

Shades of Dark Salmon #F0947D

Tints of Dark Salmon #F0947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.85%

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

R = 46.78%
G = 28.85%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0947D (or 0xF0947D) is known color: Dark Salmon. HEX triplet: F0, 94 and 7D. RGB value is (240,148,125). Sum of RGB (Red+Green+Blue) = 240+148+125=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0947D is #0F6B82. Grayscale: #ADADAD. Windows color (decimal): -1010563 or 8230128. OLE color: 8230128.

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

Color convert

RGB 240 148 125 -
CMYK 0 0.38 0.48 0.06
HSL 12º 0.79% 0.72% -
HSV(B) 12º 0.48% 0.94% -
XYZ 50.23 41.19 24.7 -
YUV 172.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 240 148 125 0 0.38 0.48 0.06 12 0.79 0.72
Hex F0 94 7D 0 26 30 6 C 4F 48
Octal 360 224 175 0 46 60 6 14 117 110
Binary 11110000 10010100 1111101 0 100110 110000 110 1100 1001111 1001000

Color Harmonies of #F0947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0947D

Black with #F0947D

Text Example


Text Example

White with #F0947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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