Html Css Color HEX #F0816B Salmon

📋 copy color: '#F0816B'

red 240 ◦ green 129 ◦ blue 107

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

Shades of Salmon #F0816B

Tints of Salmon #F0816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.1%

 BLUE value IS 107 (42.19% from 255) = 22.48%

R = 50.42%
G = 27.1%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0816B (or 0xF0816B) is known color: Salmon. HEX triplet: F0, 81 and 6B. RGB value is (240,129,107). Sum of RGB (Red+Green+Blue) = 240+129+107=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0816B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0816B is #0F7E94. Grayscale: #9F9F9F. Windows color (decimal): -1015445 or 7045616. OLE color: 7045616.

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

Color convert

RGB 240 129 107 -
CMYK 0 0.46 0.55 0.06
HSL 9.92º 0.82% 0.68% -
HSV(B) 9.92º 0.55% 0.94% -
XYZ 46.44 35.29 18.27 -
YUV 159.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 240 129 107 0 0.46 0.55 0.06 9.92 0.82 0.68
Hex F0 81 6B 0 2E 37 6 A 52 44
Octal 360 201 153 0 56 67 6 12 122 104
Binary 11110000 10000001 1101011 0 101110 110111 110 1010 1010010 1000100

Color Harmonies of #F0816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0816B

Black with #F0816B

Text Example


Text Example

White with #F0816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0816B; }

 p { color: rgb(240,129,107); }

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

background-color css

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

 a { background-color: rgb(240,129,107); }

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

border-color css

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

 span { border-color: rgb(240,129,107); }

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