Html Css Color HEX #F07768 Salmon

📋 copy color: '#F07768'

red 240 ◦ green 119 ◦ blue 104

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

Shades of Salmon #F07768

Tints of Salmon #F07768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.7%

 BLUE value IS 104 (41.02% from 255) = 22.46%

R = 51.84%
G = 25.7%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F07768 (or 0xF07768) is known color: Salmon. HEX triplet: F0, 77 and 68. RGB value is (240,119,104). Sum of RGB (Red+Green+Blue) = 240+119+104=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F07768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07768 is #0F8897. Grayscale: #999999. Windows color (decimal): -1018008 or 6846448. OLE color: 6846448.

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

Color convert

RGB 240 119 104 -
CMYK 0 0.50 0.57 0.06
HSL 6.62º 0.82% 0.67% -
HSV(B) 6.62º 0.57% 0.94% -
XYZ 45.03 32.72 17.04 -
YUV 153.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 240 119 104 0 0.50 0.57 0.06 6.62 0.82 0.67
Hex F0 77 68 0 32 39 6 7 52 43
Octal 360 167 150 0 62 71 6 7 122 103
Binary 11110000 1110111 1101000 0 110010 111001 110 111 1010010 1000011

Color Harmonies of #F07768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07768

Black with #F07768

Text Example


Text Example

White with #F07768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07768; }

 p { color: rgb(240,119,104); }

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

background-color css

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

 a { background-color: rgb(240,119,104); }

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

border-color css

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

 span { border-color: rgb(240,119,104); }

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