Html Css Color HEX #F07D6D Salmon

📋 copy color: '#F07D6D'

red 240 ◦ green 125 ◦ blue 109

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

Shades of Salmon #F07D6D

Tints of Salmon #F07D6D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.37%

 BLUE value IS 109 (42.97% from 255) = 23%

R = 50.63%
G = 26.37%
B = 23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F07D6D (or 0xF07D6D) is known color: Salmon. HEX triplet: F0, 7D and 6D. RGB value is (240,125,109). Sum of RGB (Red+Green+Blue) = 240+125+109=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D6D is #0F8292. Grayscale: #9D9D9D. Windows color (decimal): -1016467 or 7175664. OLE color: 7175664.

HSL color Cylindrical-coordinate representation of color #F07D6D: hue angle of 7.33º 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 #F07D6D is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 125 109 -
CMYK 0 0.48 0.55 0.06
HSL 7.33º 0.81% 0.68% -
HSV(B) 7.33º 0.55% 0.94% -
XYZ 46.03 34.3 18.66 -
YUV 157.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 240 125 109 0 0.48 0.55 0.06 7.33 0.81 0.68
Hex F0 7D 6D 0 30 37 6 7 51 44
Octal 360 175 155 0 60 67 6 7 121 104
Binary 11110000 1111101 1101101 0 110000 110111 110 111 1010001 1000100

Color Harmonies of #F07D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D6D

Black with #F07D6D

Text Example


Text Example

White with #F07D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D6D; }

 p { color: rgb(240,125,109); }

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

background-color css

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

 a { background-color: rgb(240,125,109); }

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

border-color css

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

 span { border-color: rgb(240,125,109); }

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