Html Css Color HEX #F19172 Dark Salmon

📋 copy color: '#F19172'

red 241 ◦ green 145 ◦ blue 114

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

Shades of Dark Salmon #F19172

Tints of Dark Salmon #F19172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29%

 BLUE value IS 114 (44.92% from 255) = 22.8%

R = 48.2%
G = 29%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F19172 (or 0xF19172) is known color: Dark Salmon. HEX triplet: F1, 91 and 72. RGB value is (241,145,114). Sum of RGB (Red+Green+Blue) = 241+145+114=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F19172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19172 is #0E6E8D. Grayscale: #AAAAAA. Windows color (decimal): -945806 or 7508465. OLE color: 7508465.

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

Color convert

RGB 241 145 114 -
CMYK 0 0.40 0.53 0.05
HSL 14.65º 0.82% 0.7% -
HSV(B) 14.65º 0.53% 0.95% -
XYZ 49.44 40.17 21.07 -
YUV 170.17 96.3 178.52 -
System Red Green Blue C M Y K H S L
Decimal 241 145 114 0 0.40 0.53 0.05 14.65 0.82 0.7
Hex F1 91 72 0 28 35 5 F 52 46
Octal 361 221 162 0 50 65 5 17 122 106
Binary 11110001 10010001 1110010 0 101000 110101 101 1111 1010010 1000110

Color Harmonies of #F19172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19172

Black with #F19172

Text Example


Text Example

White with #F19172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19172; }

 p { color: rgb(241,145,114); }

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

background-color css

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

 a { background-color: rgb(241,145,114); }

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

border-color css

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

 span { border-color: rgb(241,145,114); }

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