Html Css Color HEX #F19175 Dark Salmon

📋 copy color: '#F19175'

red 241 ◦ green 145 ◦ blue 117

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

Shades of Dark Salmon #F19175

Tints of Dark Salmon #F19175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.26%

R = 47.91%
G = 28.83%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F19175 (or 0xF19175) is known color: Dark Salmon. HEX triplet: F1, 91 and 75. RGB value is (241,145,117). Sum of RGB (Red+Green+Blue) = 241+145+117=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F19175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19175 is #0E6E8A. Grayscale: #AAAAAA. Windows color (decimal): -945803 or 7705073. OLE color: 7705073.

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

Color convert

RGB 241 145 117 -
CMYK 0 0.40 0.51 0.05
HSL 13.55º 0.82% 0.7% -
HSV(B) 13.55º 0.51% 0.95% -
XYZ 49.61 40.24 21.98 -
YUV 170.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 241 145 117 0 0.40 0.51 0.05 13.55 0.82 0.7
Hex F1 91 75 0 28 33 5 E 52 46
Octal 361 221 165 0 50 63 5 16 122 106
Binary 11110001 10010001 1110101 0 101000 110011 101 1110 1010010 1000110

Color Harmonies of #F19175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19175

Black with #F19175

Text Example


Text Example

White with #F19175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19175; }

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

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

background-color css

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

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

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

border-color css

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

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

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