Html Css Color HEX #F19375 Dark Salmon

📋 copy color: '#F19375'

red 241 ◦ green 147 ◦ blue 117

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

Shades of Dark Salmon #F19375

Tints of Dark Salmon #F19375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.11%

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

R = 47.72%
G = 29.11%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F19375 (or 0xF19375) is known color: Dark Salmon. HEX triplet: F1, 93 and 75. RGB value is (241,147,117). Sum of RGB (Red+Green+Blue) = 241+147+117=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F19375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19375 is #0E6C8A. Grayscale: #ABABAB. Windows color (decimal): -945291 or 7705585. OLE color: 7705585.

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

Color convert

RGB 241 147 117 -
CMYK 0 0.39 0.51 0.05
HSL 14.52º 0.82% 0.7% -
HSV(B) 14.52º 0.51% 0.95% -
XYZ 49.92 40.85 22.08 -
YUV 171.69 97.14 177.44 -
System Red Green Blue C M Y K H S L
Decimal 241 147 117 0 0.39 0.51 0.05 14.52 0.82 0.7
Hex F1 93 75 0 27 33 5 F 52 46
Octal 361 223 165 0 47 63 5 17 122 106
Binary 11110001 10010011 1110101 0 100111 110011 101 1111 1010010 1000110

Color Harmonies of #F19375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19375

Black with #F19375

Text Example


Text Example

White with #F19375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19375; }

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

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

background-color css

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

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

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

border-color css

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

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

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