Html Css Color HEX #F19075 Dark Salmon

📋 copy color: '#F19075'

red 241 ◦ green 144 ◦ blue 117

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

Shades of Dark Salmon #F19075

Tints of Dark Salmon #F19075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.69%

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

R = 48.01%
G = 28.69%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F19075 (or 0xF19075) is known color: Dark Salmon. HEX triplet: F1, 90 and 75. RGB value is (241,144,117). Sum of RGB (Red+Green+Blue) = 241+144+117=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F19075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19075 is #0E6F8A. Grayscale: #AAAAAA. Windows color (decimal): -946059 or 7704817. OLE color: 7704817.

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

Color convert

RGB 241 144 117 -
CMYK 0 0.40 0.51 0.05
HSL 13.06º 0.82% 0.7% -
HSV(B) 13.06º 0.51% 0.95% -
XYZ 49.46 39.93 21.93 -
YUV 169.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 241 144 117 0 0.40 0.51 0.05 13.06 0.82 0.7
Hex F1 90 75 0 28 33 5 D 52 46
Octal 361 220 165 0 50 63 5 15 122 106
Binary 11110001 10010000 1110101 0 101000 110011 101 1101 1010010 1000110

Color Harmonies of #F19075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19075

Black with #F19075

Text Example


Text Example

White with #F19075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19075; }

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

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

background-color css

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

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

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

border-color css

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

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

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