Html Css Color HEX #F19870 Dark Salmon

📋 copy color: '#F19870'

red 241 ◦ green 152 ◦ blue 112

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

Shades of Dark Salmon #F19870

Tints of Dark Salmon #F19870

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.1%

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

R = 47.72%
G = 30.1%
B = 22.18%

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

#F19870 (or 0xF19870) is known color: Dark Salmon. HEX triplet: F1, 98 and 70. RGB value is (241,152,112). Sum of RGB (Red+Green+Blue) = 241+152+112=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F19870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19870 is #0E678F. Grayscale: #AEAEAE. Windows color (decimal): -944016 or 7379185. OLE color: 7379185.

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

Color convert

RGB 241 152 112 -
CMYK 0 0.37 0.54 0.05
HSL 18.6º 0.82% 0.69% -
HSV(B) 18.6º 0.54% 0.95% -
XYZ 50.43 42.33 20.84 -
YUV 174.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 241 152 112 0 0.37 0.54 0.05 18.6 0.82 0.69
Hex F1 98 70 0 25 36 5 13 52 45
Octal 361 230 160 0 45 66 5 23 122 105
Binary 11110001 10011000 1110000 0 100101 110110 101 10011 1010010 1000101

Color Harmonies of #F19870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19870

Black with #F19870

Text Example


Text Example

White with #F19870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19870; }

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

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

background-color css

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

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

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

border-color css

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

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

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