Html Css Color HEX #F0806A Salmon

📋 copy color: '#F0806A'

red 240 ◦ green 128 ◦ blue 106

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

Shades of Salmon #F0806A

Tints of Salmon #F0806A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27%

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

R = 50.63%
G = 27%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0806A (or 0xF0806A) is known color: Salmon. HEX triplet: F0, 80 and 6A. RGB value is (240,128,106). Sum of RGB (Red+Green+Blue) = 240+128+106=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0806A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0806A is #0F7F95. Grayscale: #9F9F9F. Windows color (decimal): -1015702 or 6979824. OLE color: 6979824.

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

Color convert

RGB 240 128 106 -
CMYK 0 0.47 0.56 0.06
HSL 9.85º 0.82% 0.68% -
HSV(B) 9.85º 0.56% 0.94% -
XYZ 46.26 35 17.95 -
YUV 158.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 240 128 106 0 0.47 0.56 0.06 9.85 0.82 0.68
Hex F0 80 6A 0 2F 38 6 A 52 44
Octal 360 200 152 0 57 70 6 12 122 104
Binary 11110000 10000000 1101010 0 101111 111000 110 1010 1010010 1000100

Color Harmonies of #F0806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0806A

Black with #F0806A

Text Example


Text Example

White with #F0806A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0806A; }

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

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

background-color css

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

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

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

border-color css

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

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

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