Html Css Color HEX #F07A6D Salmon

📋 copy color: '#F07A6D'

red 240 ◦ green 122 ◦ blue 109

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

Shades of Salmon #F07A6D

Tints of Salmon #F07A6D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.9%

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

R = 50.96%
G = 25.9%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F07A6D (or 0xF07A6D) is known color: Salmon. HEX triplet: F0, 7A and 6D. RGB value is (240,122,109). Sum of RGB (Red+Green+Blue) = 240+122+109=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A6D is #0F8592. Grayscale: #9B9B9B. Windows color (decimal): -1017235 or 7174896. OLE color: 7174896.

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

Color convert

RGB 240 122 109 -
CMYK 0 0.49 0.55 0.06
HSL 5.95º 0.81% 0.68% -
HSV(B) 5.95º 0.55% 0.94% -
XYZ 45.66 33.55 18.54 -
YUV 155.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 240 122 109 0 0.49 0.55 0.06 5.95 0.81 0.68
Hex F0 7A 6D 0 31 37 6 6 51 44
Octal 360 172 155 0 61 67 6 6 121 104
Binary 11110000 1111010 1101101 0 110001 110111 110 110 1010001 1000100

Color Harmonies of #F07A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A6D

Black with #F07A6D

Text Example


Text Example

White with #F07A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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