Html Css Color HEX #F4947B Dark Salmon

📋 copy color: '#F4947B'

red 244 ◦ green 148 ◦ blue 123

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

Shades of Dark Salmon #F4947B

Tints of Dark Salmon #F4947B

RGB

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

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

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

R = 47.38%
G = 28.74%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F4947B (or 0xF4947B) is known color: Dark Salmon. HEX triplet: F4, 94 and 7B. RGB value is (244,148,123). Sum of RGB (Red+Green+Blue) = 244+148+123=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4947B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4947B is #0B6B84. Grayscale: #AEAEAE. Windows color (decimal): -748421 or 8099060. OLE color: 8099060.

HSL color Cylindrical-coordinate representation of color #F4947B: hue angle of 12.4º 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 #F4947B is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 148 123 -
CMYK 0 0.39 0.50 0.04
HSL 12.4º 0.85% 0.72% -
HSV(B) 12.4º 0.5% 0.96% -
XYZ 51.47 41.84 24.1 -
YUV 173.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 244 148 123 0 0.39 0.50 0.04 12.4 0.85 0.72
Hex F4 94 7B 0 27 32 4 C 55 48
Octal 364 224 173 0 47 62 4 14 125 110
Binary 11110100 10010100 1111011 0 100111 110010 100 1100 1010101 1001000

Color Harmonies of #F4947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4947B

Black with #F4947B

Text Example


Text Example

White with #F4947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4947B; }

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

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

background-color css

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

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

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

border-color css

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

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

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