Html Css Color HEX #F19074 Dark Salmon

📋 copy color: '#F19074'

red 241 ◦ green 144 ◦ blue 116

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

Shades of Dark Salmon #F19074

Tints of Dark Salmon #F19074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.74%

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

R = 48.1%
G = 28.74%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F19074 (or 0xF19074) is known color: Dark Salmon. HEX triplet: F1, 90 and 74. RGB value is (241,144,116). Sum of RGB (Red+Green+Blue) = 241+144+116=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F19074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19074 is #0E6F8B. Grayscale: #AAAAAA. Windows color (decimal): -946060 or 7639281. OLE color: 7639281.

HSL color Cylindrical-coordinate representation of color #F19074: hue angle of 13.44º 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 #F19074 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 144 116 -
CMYK 0 0.40 0.52 0.05
HSL 13.44º 0.82% 0.7% -
HSV(B) 13.44º 0.52% 0.95% -
XYZ 49.4 39.91 21.62 -
YUV 169.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 241 144 116 0 0.40 0.52 0.05 13.44 0.82 0.7
Hex F1 90 74 0 28 34 5 D 52 46
Octal 361 220 164 0 50 64 5 15 122 106
Binary 11110001 10010000 1110100 0 101000 110100 101 1101 1010010 1000110

Color Harmonies of #F19074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19074

Black with #F19074

Text Example


Text Example

White with #F19074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19074; }

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

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

background-color css

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

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

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

border-color css

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

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

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