Html Css Color HEX #F19475 Dark Salmon

📋 copy color: '#F19475'

red 241 ◦ green 148 ◦ blue 117

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

Shades of Dark Salmon #F19475

Tints of Dark Salmon #F19475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.25%

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

R = 47.63%
G = 29.25%
B = 23.12%

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

#F19475 (or 0xF19475) is known color: Dark Salmon. HEX triplet: F1, 94 and 75. RGB value is (241,148,117). Sum of RGB (Red+Green+Blue) = 241+148+117=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F19475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19475 is #0E6B8A. Grayscale: #ACACAC. Windows color (decimal): -945035 or 7705841. OLE color: 7705841.

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

Color convert

RGB 241 148 117 -
CMYK 0 0.39 0.51 0.05
HSL 15º 0.82% 0.7% -
HSV(B) 15º 0.51% 0.95% -
XYZ 50.08 41.16 22.14 -
YUV 172.27 96.81 177.02 -
System Red Green Blue C M Y K H S L
Decimal 241 148 117 0 0.39 0.51 0.05 15 0.82 0.7
Hex F1 94 75 0 27 33 5 F 52 46
Octal 361 224 165 0 47 63 5 17 122 106
Binary 11110001 10010100 1110101 0 100111 110011 101 1111 1010010 1000110

Color Harmonies of #F19475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19475

Black with #F19475

Text Example


Text Example

White with #F19475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19475; }

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

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

background-color css

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

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

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

border-color css

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

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

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