Html Css Color HEX #F4977B Dark Salmon

📋 copy color: '#F4977B'

red 244 ◦ green 151 ◦ blue 123

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

Shades of Dark Salmon #F4977B

Tints of Dark Salmon #F4977B

RGB

 RED value IS 244 (95.7% from 255) = 47.1%

 GREEN value IS 151 (59.38% from 255) = 29.15%

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

R = 47.1%
G = 29.15%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F4977B (or 0xF4977B) is known color: Dark Salmon. HEX triplet: F4, 97 and 7B. RGB value is (244,151,123). Sum of RGB (Red+Green+Blue) = 244+151+123=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F4977B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4977B is #0B6884. Grayscale: #AFAFAF. Windows color (decimal): -747653 or 8099828. OLE color: 8099828.

HSL color Cylindrical-coordinate representation of color #F4977B: hue angle of 13.88º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F4977B is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 151 123 -
CMYK 0 0.38 0.50 0.04
HSL 13.88º 0.85% 0.72% -
HSV(B) 13.88º 0.5% 0.96% -
XYZ 51.95 42.8 24.26 -
YUV 175.62 98.31 176.78 -
System Red Green Blue C M Y K H S L
Decimal 244 151 123 0 0.38 0.50 0.04 13.88 0.85 0.72
Hex F4 97 7B 0 26 32 4 E 55 48
Octal 364 227 173 0 46 62 4 16 125 110
Binary 11110100 10010111 1111011 0 100110 110010 100 1110 1010101 1001000

Color Harmonies of #F4977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4977B

Black with #F4977B

Text Example


Text Example

White with #F4977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4977B; }

 p { color: rgb(244,151,123); }

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

background-color css

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

 a { background-color: rgb(244,151,123); }

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

border-color css

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

 span { border-color: rgb(244,151,123); }

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