Html Css Color HEX #F19070 Dark Salmon

📋 copy color: '#F19070'

red 241 ◦ green 144 ◦ blue 112

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

Shades of Dark Salmon #F19070

Tints of Dark Salmon #F19070

RGB

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

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

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

R = 48.49%
G = 28.97%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F19070 (or 0xF19070) is known color: Dark Salmon. HEX triplet: F1, 90 and 70. RGB value is (241,144,112). Sum of RGB (Red+Green+Blue) = 241+144+112=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F19070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19070 is #0E6F8F. Grayscale: #A9A9A9. Windows color (decimal): -946064 or 7377137. OLE color: 7377137.

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

Color convert

RGB 241 144 112 -
CMYK 0 0.40 0.54 0.05
HSL 14.88º 0.82% 0.69% -
HSV(B) 14.88º 0.54% 0.95% -
XYZ 49.17 39.82 20.42 -
YUV 169.36 95.64 179.1 -
System Red Green Blue C M Y K H S L
Decimal 241 144 112 0 0.40 0.54 0.05 14.88 0.82 0.69
Hex F1 90 70 0 28 36 5 F 52 45
Octal 361 220 160 0 50 66 5 17 122 105
Binary 11110001 10010000 1110000 0 101000 110110 101 1111 1010010 1000101

Color Harmonies of #F19070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19070

Black with #F19070

Text Example


Text Example

White with #F19070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19070; }

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

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

background-color css

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

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

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

border-color css

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

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

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