Html Css Color HEX #F19A74 Dark Salmon

📋 copy color: '#F19A74'

red 241 ◦ green 154 ◦ blue 116

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

Shades of Dark Salmon #F19A74

Tints of Dark Salmon #F19A74

RGB

 RED value IS 241 (94.53% from 255) = 47.16%

 GREEN value IS 154 (60.55% from 255) = 30.14%

 BLUE value IS 116 (45.7% from 255) = 22.7%

R = 47.16%
G = 30.14%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F19A74 (or 0xF19A74) is known color: Dark Salmon. HEX triplet: F1, 9A and 74. RGB value is (241,154,116). Sum of RGB (Red+Green+Blue) = 241+154+116=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19A74 is #0E658B. Grayscale: #AFAFAF. Windows color (decimal): -943500 or 7641841. OLE color: 7641841.

HSL color Cylindrical-coordinate representation of color #F19A74: hue angle of 18.24º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F19A74 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 154 116 -
CMYK 0 0.36 0.52 0.05
HSL 18.24º 0.82% 0.7% -
HSV(B) 18.24º 0.52% 0.95% -
XYZ 50.98 43.07 22.15 -
YUV 175.68 94.32 174.59 -
System Red Green Blue C M Y K H S L
Decimal 241 154 116 0 0.36 0.52 0.05 18.24 0.82 0.7
Hex F1 9A 74 0 24 34 5 12 52 46
Octal 361 232 164 0 44 64 5 22 122 106
Binary 11110001 10011010 1110100 0 100100 110100 101 10010 1010010 1000110

Color Harmonies of #F19A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19A74

Black with #F19A74

Text Example


Text Example

White with #F19A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19A74; }

 p { color: rgb(241,154,116); }

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

background-color css

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

 a { background-color: rgb(241,154,116); }

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

border-color css

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

 span { border-color: rgb(241,154,116); }

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