Html Css Color HEX #F0947B Dark Salmon

📋 copy color: '#F0947B'

red 240 ◦ green 148 ◦ blue 123

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

Shades of Dark Salmon #F0947B

Tints of Dark Salmon #F0947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.07%

R = 46.97%
G = 28.96%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0947B (or 0xF0947B) is known color: Dark Salmon. HEX triplet: F0, 94 and 7B. RGB value is (240,148,123). Sum of RGB (Red+Green+Blue) = 240+148+123=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0947B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0947B is #0F6B84. Grayscale: #ACACAC. Windows color (decimal): -1010565 or 8099056. OLE color: 8099056.

HSL color Cylindrical-coordinate representation of color #F0947B: hue angle of 12.82º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0947B is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 148 123 -
CMYK 0 0.38 0.49 0.06
HSL 12.82º 0.8% 0.71% -
HSV(B) 12.82º 0.49% 0.94% -
XYZ 50.1 41.14 24.04 -
YUV 172.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 240 148 123 0 0.38 0.49 0.06 12.82 0.8 0.71
Hex F0 94 7B 0 26 31 6 D 50 47
Octal 360 224 173 0 46 61 6 15 120 107
Binary 11110000 10010100 1111011 0 100110 110001 110 1101 1010000 1000111

Color Harmonies of #F0947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0947B

Black with #F0947B

Text Example


Text Example

White with #F0947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0947B; }

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

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

background-color css

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

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

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

border-color css

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

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

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