Html Css Color HEX #F19770 Dark Salmon

📋 copy color: '#F19770'

red 241 ◦ green 151 ◦ blue 112

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

Shades of Dark Salmon #F19770

Tints of Dark Salmon #F19770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.96%

 BLUE value IS 112 (44.14% from 255) = 22.22%

R = 47.82%
G = 29.96%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F19770 (or 0xF19770) is known color: Dark Salmon. HEX triplet: F1, 97 and 70. RGB value is (241,151,112). Sum of RGB (Red+Green+Blue) = 241+151+112=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F19770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19770 is #0E688F. Grayscale: #ADADAD. Windows color (decimal): -944272 or 7378929. OLE color: 7378929.

HSL color Cylindrical-coordinate representation of color #F19770: hue angle of 18.14º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F19770 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 151 112 -
CMYK 0 0.37 0.54 0.05
HSL 18.14º 0.82% 0.69% -
HSV(B) 18.14º 0.54% 0.95% -
XYZ 50.27 42 20.79 -
YUV 173.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 241 151 112 0 0.37 0.54 0.05 18.14 0.82 0.69
Hex F1 97 70 0 25 36 5 12 52 45
Octal 361 227 160 0 45 66 5 22 122 105
Binary 11110001 10010111 1110000 0 100101 110110 101 10010 1010010 1000101

Color Harmonies of #F19770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19770

Black with #F19770

Text Example


Text Example

White with #F19770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19770; }

 p { color: rgb(241,151,112); }

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

background-color css

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

 a { background-color: rgb(241,151,112); }

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

border-color css

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

 span { border-color: rgb(241,151,112); }

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