Html Css Color HEX #F0916C Dark Salmon

📋 copy color: '#F0916C'

red 240 ◦ green 145 ◦ blue 108

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

Shades of Dark Salmon #F0916C

Tints of Dark Salmon #F0916C

RGB

 RED value IS 240 (94.14% from 255) = 48.68%

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

 BLUE value IS 108 (42.58% from 255) = 21.91%

R = 48.68%
G = 29.41%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0916C (or 0xF0916C) is known color: Dark Salmon. HEX triplet: F0, 91 and 6C. RGB value is (240,145,108). Sum of RGB (Red+Green+Blue) = 240+145+108=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0916C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0916C is #0F6E93. Grayscale: #A9A9A9. Windows color (decimal): -1011348 or 7115248. OLE color: 7115248.

HSL color Cylindrical-coordinate representation of color #F0916C: hue angle of 16.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0916C is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 145 108 -
CMYK 0 0.40 0.55 0.06
HSL 16.82º 0.81% 0.68% -
HSV(B) 16.82º 0.55% 0.94% -
XYZ 48.77 39.86 19.31 -
YUV 169.19 93.47 178.51 -
System Red Green Blue C M Y K H S L
Decimal 240 145 108 0 0.40 0.55 0.06 16.82 0.81 0.68
Hex F0 91 6C 0 28 37 6 11 51 44
Octal 360 221 154 0 50 67 6 21 121 104
Binary 11110000 10010001 1101100 0 101000 110111 110 10001 1010001 1000100

Color Harmonies of #F0916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0916C

Black with #F0916C

Text Example


Text Example

White with #F0916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0916C; }

 p { color: rgb(240,145,108); }

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

background-color css

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

 a { background-color: rgb(240,145,108); }

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

border-color css

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

 span { border-color: rgb(240,145,108); }

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