Html Css Color HEX #F19976 Dark Salmon

📋 copy color: '#F19976'

red 241 ◦ green 153 ◦ blue 118

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

Shades of Dark Salmon #F19976

Tints of Dark Salmon #F19976

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.88%

 BLUE value IS 118 (46.48% from 255) = 23.05%

R = 47.07%
G = 29.88%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F19976 (or 0xF19976) is known color: Dark Salmon. HEX triplet: F1, 99 and 76. RGB value is (241,153,118). Sum of RGB (Red+Green+Blue) = 241+153+118=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F19976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19976 is #0E6689. Grayscale: #AFAFAF. Windows color (decimal): -943754 or 7772657. OLE color: 7772657.

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

Color convert

RGB 241 153 118 -
CMYK 0 0.37 0.51 0.05
HSL 17.07º 0.81% 0.7% -
HSV(B) 17.07º 0.51% 0.95% -
XYZ 50.94 42.79 22.71 -
YUV 175.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 241 153 118 0 0.37 0.51 0.05 17.07 0.81 0.7
Hex F1 99 76 0 25 33 5 11 51 46
Octal 361 231 166 0 45 63 5 21 121 106
Binary 11110001 10011001 1110110 0 100101 110011 101 10001 1010001 1000110

Color Harmonies of #F19976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19976

Black with #F19976

Text Example


Text Example

White with #F19976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19976; }

 p { color: rgb(241,153,118); }

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

background-color css

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

 a { background-color: rgb(241,153,118); }

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

border-color css

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

 span { border-color: rgb(241,153,118); }

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