Html Css Color HEX #F19A70 Dark Salmon

📋 copy color: '#F19A70'

red 241 ◦ green 154 ◦ blue 112

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

Shades of Dark Salmon #F19A70

Tints of Dark Salmon #F19A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.37%

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

R = 47.53%
G = 30.37%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F19A70 (or 0xF19A70) is known color: Dark Salmon. HEX triplet: F1, 9A and 70. RGB value is (241,154,112). Sum of RGB (Red+Green+Blue) = 241+154+112=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19A70 is #0E658F. Grayscale: #AFAFAF. Windows color (decimal): -943504 or 7379697. OLE color: 7379697.

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

Color convert

RGB 241 154 112 -
CMYK 0 0.36 0.54 0.05
HSL 19.53º 0.82% 0.69% -
HSV(B) 19.53º 0.54% 0.95% -
XYZ 50.76 42.98 20.95 -
YUV 175.23 92.32 174.92 -
System Red Green Blue C M Y K H S L
Decimal 241 154 112 0 0.36 0.54 0.05 19.53 0.82 0.69
Hex F1 9A 70 0 24 36 5 14 52 45
Octal 361 232 160 0 44 66 5 24 122 105
Binary 11110001 10011010 1110000 0 100100 110110 101 10100 1010010 1000101

Color Harmonies of #F19A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19A70

Black with #F19A70

Text Example


Text Example

White with #F19A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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