Html Css Color HEX #F19879 Dark Salmon

📋 copy color: '#F19879'

red 241 ◦ green 152 ◦ blue 121

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

Shades of Dark Salmon #F19879

Tints of Dark Salmon #F19879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.57%

 BLUE value IS 121 (47.66% from 255) = 23.54%

R = 46.89%
G = 29.57%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F19879 (or 0xF19879) is known color: Dark Salmon. HEX triplet: F1, 98 and 79. RGB value is (241,152,121). Sum of RGB (Red+Green+Blue) = 241+152+121=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F19879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19879 is #0E6786. Grayscale: #AFAFAF. Windows color (decimal): -944007 or 7969009. OLE color: 7969009.

HSL color Cylindrical-coordinate representation of color #F19879: hue angle of 15.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F19879 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 152 121 -
CMYK 0 0.37 0.50 0.05
HSL 15.5º 0.81% 0.71% -
HSV(B) 15.5º 0.5% 0.95% -
XYZ 50.96 42.54 23.61 -
YUV 175.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 241 152 121 0 0.37 0.50 0.05 15.5 0.81 0.71
Hex F1 98 79 0 25 32 5 10 51 47
Octal 361 230 171 0 45 62 5 20 121 107
Binary 11110001 10011000 1111001 0 100101 110010 101 10000 1010001 1000111

Color Harmonies of #F19879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19879

Black with #F19879

Text Example


Text Example

White with #F19879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19879; }

 p { color: rgb(241,152,121); }

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

background-color css

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

 a { background-color: rgb(241,152,121); }

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

border-color css

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

 span { border-color: rgb(241,152,121); }

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