Html Css Color HEX #F19975 Dark Salmon

📋 copy color: '#F19975'

red 241 ◦ green 153 ◦ blue 117

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

Shades of Dark Salmon #F19975

Tints of Dark Salmon #F19975

RGB

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

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

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

R = 47.16%
G = 29.94%
B = 22.9%

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

#F19975 (or 0xF19975) is known color: Dark Salmon. HEX triplet: F1, 99 and 75. RGB value is (241,153,117). Sum of RGB (Red+Green+Blue) = 241+153+117=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F19975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19975 is #0E668A. Grayscale: #AFAFAF. Windows color (decimal): -943755 or 7707121. OLE color: 7707121.

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

Color convert

RGB 241 153 117 -
CMYK 0 0.37 0.51 0.05
HSL 17.42º 0.82% 0.7% -
HSV(B) 17.42º 0.51% 0.95% -
XYZ 50.88 42.77 22.4 -
YUV 175.21 95.15 174.93 -
System Red Green Blue C M Y K H S L
Decimal 241 153 117 0 0.37 0.51 0.05 17.42 0.82 0.7
Hex F1 99 75 0 25 33 5 11 52 46
Octal 361 231 165 0 45 63 5 21 122 106
Binary 11110001 10011001 1110101 0 100101 110011 101 10001 1010010 1000110

Color Harmonies of #F19975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19975

Black with #F19975

Text Example


Text Example

White with #F19975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19975; }

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

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

background-color css

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

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

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

border-color css

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

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

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