Html Css Color HEX #F4916F Dark Salmon

📋 copy color: '#F4916F'

red 244 ◦ green 145 ◦ blue 111

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

Shades of Dark Salmon #F4916F

Tints of Dark Salmon #F4916F

RGB

 RED value IS 244 (95.7% from 255) = 48.8%

 GREEN value IS 145 (57.03% from 255) = 29%

 BLUE value IS 111 (43.75% from 255) = 22.2%

R = 48.8%
G = 29%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F4916F (or 0xF4916F) is known color: Dark Salmon. HEX triplet: F4, 91 and 6F. RGB value is (244,145,111). Sum of RGB (Red+Green+Blue) = 244+145+111=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F4916F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4916F is #0B6E90. Grayscale: #AAAAAA. Windows color (decimal): -749201 or 7311860. OLE color: 7311860.

HSL color Cylindrical-coordinate representation of color #F4916F: hue angle of 15.34º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4916F is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 145 111 -
CMYK 0 0.41 0.55 0.04
HSL 15.34º 0.86% 0.7% -
HSV(B) 15.34º 0.55% 0.96% -
XYZ 50.3 40.63 20.23 -
YUV 170.73 94.3 180.26 -
System Red Green Blue C M Y K H S L
Decimal 244 145 111 0 0.41 0.55 0.04 15.34 0.86 0.7
Hex F4 91 6F 0 29 37 4 F 56 46
Octal 364 221 157 0 51 67 4 17 126 106
Binary 11110100 10010001 1101111 0 101001 110111 100 1111 1010110 1000110

Color Harmonies of #F4916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4916F

Black with #F4916F

Text Example


Text Example

White with #F4916F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4916F; }

 p { color: rgb(244,145,111); }

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

background-color css

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

 a { background-color: rgb(244,145,111); }

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

border-color css

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

 span { border-color: rgb(244,145,111); }

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