Html Css Color HEX #F19473 Dark Salmon

📋 copy color: '#F19473'

red 241 ◦ green 148 ◦ blue 115

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

Shades of Dark Salmon #F19473

Tints of Dark Salmon #F19473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.82%

R = 47.82%
G = 29.37%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F19473 (or 0xF19473) is known color: Dark Salmon. HEX triplet: F1, 94 and 73. RGB value is (241,148,115). Sum of RGB (Red+Green+Blue) = 241+148+115=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F19473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19473 is #0E6B8C. Grayscale: #ACACAC. Windows color (decimal): -945037 or 7574769. OLE color: 7574769.

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

Color convert

RGB 241 148 115 -
CMYK 0 0.39 0.52 0.05
HSL 15.71º 0.82% 0.7% -
HSV(B) 15.71º 0.52% 0.95% -
XYZ 49.96 41.12 21.52 -
YUV 172.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 241 148 115 0 0.39 0.52 0.05 15.71 0.82 0.7
Hex F1 94 73 0 27 34 5 10 52 46
Octal 361 224 163 0 47 64 5 20 122 106
Binary 11110001 10010100 1110011 0 100111 110100 101 10000 1010010 1000110

Color Harmonies of #F19473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19473

Black with #F19473

Text Example


Text Example

White with #F19473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19473; }

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

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

background-color css

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

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

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

border-color css

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

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

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