Html Css Color HEX #F19675 Dark Salmon

📋 copy color: '#F19675'

red 241 ◦ green 150 ◦ blue 117

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

Shades of Dark Salmon #F19675

Tints of Dark Salmon #F19675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.53%

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

R = 47.44%
G = 29.53%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F19675 (or 0xF19675) is known color: Dark Salmon. HEX triplet: F1, 96 and 75. RGB value is (241,150,117). Sum of RGB (Red+Green+Blue) = 241+150+117=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F19675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19675 is #0E698A. Grayscale: #ADADAD. Windows color (decimal): -944523 or 7706353. OLE color: 7706353.

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

Color convert

RGB 241 150 117 -
CMYK 0 0.38 0.51 0.05
HSL 15.97º 0.82% 0.7% -
HSV(B) 15.97º 0.51% 0.95% -
XYZ 50.39 41.8 22.24 -
YUV 173.45 96.15 176.18 -
System Red Green Blue C M Y K H S L
Decimal 241 150 117 0 0.38 0.51 0.05 15.97 0.82 0.7
Hex F1 96 75 0 26 33 5 10 52 46
Octal 361 226 165 0 46 63 5 20 122 106
Binary 11110001 10010110 1110101 0 100110 110011 101 10000 1010010 1000110

Color Harmonies of #F19675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19675

Black with #F19675

Text Example


Text Example

White with #F19675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19675; }

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

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

background-color css

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

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

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

border-color css

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

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

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