Html Css Color HEX #F07A6A Salmon

📋 copy color: '#F07A6A'

red 240 ◦ green 122 ◦ blue 106

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

Shades of Salmon #F07A6A

Tints of Salmon #F07A6A

RGB

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

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

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

R = 51.28%
G = 26.07%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F07A6A (or 0xF07A6A) is known color: Salmon. HEX triplet: F0, 7A and 6A. RGB value is (240,122,106). Sum of RGB (Red+Green+Blue) = 240+122+106=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A6A is #0F8595. Grayscale: #9B9B9B. Windows color (decimal): -1017238 or 6978288. OLE color: 6978288.

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

Color convert

RGB 240 122 106 -
CMYK 0 0.49 0.56 0.06
HSL 7.16º 0.82% 0.68% -
HSV(B) 7.16º 0.56% 0.94% -
XYZ 45.5 33.48 17.7 -
YUV 155.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 240 122 106 0 0.49 0.56 0.06 7.16 0.82 0.68
Hex F0 7A 6A 0 31 38 6 7 52 44
Octal 360 172 152 0 61 70 6 7 122 104
Binary 11110000 1111010 1101010 0 110001 111000 110 111 1010010 1000100

Color Harmonies of #F07A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A6A

Black with #F07A6A

Text Example


Text Example

White with #F07A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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