Html Css Color HEX #F07D6A Salmon

📋 copy color: '#F07D6A'

red 240 ◦ green 125 ◦ blue 106

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

Shades of Salmon #F07D6A

Tints of Salmon #F07D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 50.96%
G = 26.54%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F07D6A (or 0xF07D6A) is known color: Salmon. HEX triplet: F0, 7D and 6A. RGB value is (240,125,106). Sum of RGB (Red+Green+Blue) = 240+125+106=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D6A is #0F8295. Grayscale: #9D9D9D. Windows color (decimal): -1016470 or 6979056. OLE color: 6979056.

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

Color convert

RGB 240 125 106 -
CMYK 0 0.48 0.56 0.06
HSL 8.51º 0.82% 0.68% -
HSV(B) 8.51º 0.56% 0.94% -
XYZ 45.87 34.23 17.83 -
YUV 157.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 240 125 106 0 0.48 0.56 0.06 8.51 0.82 0.68
Hex F0 7D 6A 0 30 38 6 9 52 44
Octal 360 175 152 0 60 70 6 11 122 104
Binary 11110000 1111101 1101010 0 110000 111000 110 1001 1010010 1000100

Color Harmonies of #F07D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D6A

Black with #F07D6A

Text Example


Text Example

White with #F07D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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