Html Css Color HEX #F19472 Dark Salmon

📋 copy color: '#F19472'

red 241 ◦ green 148 ◦ blue 114

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

Shades of Dark Salmon #F19472

Tints of Dark Salmon #F19472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.42%

 BLUE value IS 114 (44.92% from 255) = 22.66%

R = 47.91%
G = 29.42%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F19472 (or 0xF19472) is known color: Dark Salmon. HEX triplet: F1, 94 and 72. RGB value is (241,148,114). Sum of RGB (Red+Green+Blue) = 241+148+114=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F19472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19472 is #0E6B8D. Grayscale: #ACACAC. Windows color (decimal): -945038 or 7509233. OLE color: 7509233.

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

Color convert

RGB 241 148 114 -
CMYK 0 0.39 0.53 0.05
HSL 16.06º 0.82% 0.7% -
HSV(B) 16.06º 0.53% 0.95% -
XYZ 49.9 41.1 21.22 -
YUV 171.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 241 148 114 0 0.39 0.53 0.05 16.06 0.82 0.7
Hex F1 94 72 0 27 35 5 10 52 46
Octal 361 224 162 0 47 65 5 20 122 106
Binary 11110001 10010100 1110010 0 100111 110101 101 10000 1010010 1000110

Color Harmonies of #F19472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19472

Black with #F19472

Text Example


Text Example

White with #F19472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19472; }

 p { color: rgb(241,148,114); }

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

background-color css

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

 a { background-color: rgb(241,148,114); }

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

border-color css

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

 span { border-color: rgb(241,148,114); }

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