Html Css Color HEX #F19F7D Dark Salmon

📋 copy color: '#F19F7D'

red 241 ◦ green 159 ◦ blue 125

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

Shades of Dark Salmon #F19F7D

Tints of Dark Salmon #F19F7D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.29%

 BLUE value IS 125 (49.22% from 255) = 23.81%

R = 45.9%
G = 30.29%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F19F7D (or 0xF19F7D) is known color: Dark Salmon. HEX triplet: F1, 9F and 7D. RGB value is (241,159,125). Sum of RGB (Red+Green+Blue) = 241+159+125=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19F7D is #0E6082. Grayscale: #B3B3B3. Windows color (decimal): -942211 or 8232945. OLE color: 8232945.

HSL color Cylindrical-coordinate representation of color #F19F7D: hue angle of 17.59º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F19F7D is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 159 125 -
CMYK 0 0.34 0.48 0.05
HSL 17.59º 0.81% 0.72% -
HSV(B) 17.59º 0.48% 0.95% -
XYZ 52.38 44.98 25.32 -
YUV 179.64 97.17 171.76 -
System Red Green Blue C M Y K H S L
Decimal 241 159 125 0 0.34 0.48 0.05 17.59 0.81 0.72
Hex F1 9F 7D 0 22 30 5 12 51 48
Octal 361 237 175 0 42 60 5 22 121 110
Binary 11110001 10011111 1111101 0 100010 110000 101 10010 1010001 1001000

Color Harmonies of #F19F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19F7D

Black with #F19F7D

Text Example


Text Example

White with #F19F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19F7D; }

 p { color: rgb(241,159,125); }

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

background-color css

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

 a { background-color: rgb(241,159,125); }

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

border-color css

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

 span { border-color: rgb(241,159,125); }

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