Html Css Color HEX #F19974 Dark Salmon

📋 copy color: '#F19974'

red 241 ◦ green 153 ◦ blue 116

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

Shades of Dark Salmon #F19974

Tints of Dark Salmon #F19974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.75%

R = 47.25%
G = 30%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F19974 (or 0xF19974) is known color: Dark Salmon. HEX triplet: F1, 99 and 74. RGB value is (241,153,116). Sum of RGB (Red+Green+Blue) = 241+153+116=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F19974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19974 is #0E668B. Grayscale: #AFAFAF. Windows color (decimal): -943756 or 7641585. OLE color: 7641585.

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

Color convert

RGB 241 153 116 -
CMYK 0 0.37 0.52 0.05
HSL 17.76º 0.82% 0.7% -
HSV(B) 17.76º 0.52% 0.95% -
XYZ 50.82 42.74 22.09 -
YUV 175.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 241 153 116 0 0.37 0.52 0.05 17.76 0.82 0.7
Hex F1 99 74 0 25 34 5 12 52 46
Octal 361 231 164 0 45 64 5 22 122 106
Binary 11110001 10011001 1110100 0 100101 110100 101 10010 1010010 1000110

Color Harmonies of #F19974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19974

Black with #F19974

Text Example


Text Example

White with #F19974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19974; }

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

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

background-color css

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

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

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

border-color css

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

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

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