Html Css Color HEX #F19A75 Dark Salmon

📋 copy color: '#F19A75'

red 241 ◦ green 154 ◦ blue 117

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

Shades of Dark Salmon #F19A75

Tints of Dark Salmon #F19A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.08%

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

R = 47.07%
G = 30.08%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F19A75 (or 0xF19A75) is known color: Dark Salmon. HEX triplet: F1, 9A and 75. RGB value is (241,154,117). Sum of RGB (Red+Green+Blue) = 241+154+117=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19A75 is #0E658A. Grayscale: #B0B0B0. Windows color (decimal): -943499 or 7707377. OLE color: 7707377.

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

Color convert

RGB 241 154 117 -
CMYK 0 0.36 0.51 0.05
HSL 17.9º 0.82% 0.7% -
HSV(B) 17.9º 0.51% 0.95% -
XYZ 51.04 43.1 22.46 -
YUV 175.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 241 154 117 0 0.36 0.51 0.05 17.9 0.82 0.7
Hex F1 9A 75 0 24 33 5 12 52 46
Octal 361 232 165 0 44 63 5 22 122 106
Binary 11110001 10011010 1110101 0 100100 110011 101 10010 1010010 1000110

Color Harmonies of #F19A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19A75

Black with #F19A75

Text Example


Text Example

White with #F19A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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