Html Css Color HEX #F19F7F Dark Salmon

📋 copy color: '#F19F7F'

red 241 ◦ green 159 ◦ blue 127

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

Shades of Dark Salmon #F19F7F

Tints of Dark Salmon #F19F7F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.17%

 BLUE value IS 127 (50% from 255) = 24.1%

R = 45.73%
G = 30.17%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F19F7F (or 0xF19F7F) is known color: Dark Salmon. HEX triplet: F1, 9F and 7F. RGB value is (241,159,127). Sum of RGB (Red+Green+Blue) = 241+159+127=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19F7F is #0E6080. Grayscale: #B4B4B4. Windows color (decimal): -942209 or 8364017. OLE color: 8364017.

HSL color Cylindrical-coordinate representation of color #F19F7F: hue angle of 16.84º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F19F7F is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 159 127 -
CMYK 0 0.34 0.47 0.05
HSL 16.84º 0.8% 0.72% -
HSV(B) 16.84º 0.47% 0.95% -
XYZ 52.5 45.03 26 -
YUV 179.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 241 159 127 0 0.34 0.47 0.05 16.84 0.8 0.72
Hex F1 9F 7F 0 22 2F 5 11 50 48
Octal 361 237 177 0 42 57 5 21 120 110
Binary 11110001 10011111 1111111 0 100010 101111 101 10001 1010000 1001000

Color Harmonies of #F19F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19F7F

Black with #F19F7F

Text Example


Text Example

White with #F19F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19F7F; }

 p { color: rgb(241,159,127); }

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

background-color css

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

 a { background-color: rgb(241,159,127); }

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

border-color css

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

 span { border-color: rgb(241,159,127); }

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