Html Css Color HEX #F07968 Salmon

📋 copy color: '#F07968'

red 240 ◦ green 121 ◦ blue 104

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

Shades of Salmon #F07968

Tints of Salmon #F07968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.02%

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

R = 51.61%
G = 26.02%
B = 22.37%

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

#F07968 (or 0xF07968) is known color: Salmon. HEX triplet: F0, 79 and 68. RGB value is (240,121,104). Sum of RGB (Red+Green+Blue) = 240+121+104=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F07968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07968 is #0F8697. Grayscale: #9A9A9A. Windows color (decimal): -1017496 or 6846960. OLE color: 6846960.

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

Color convert

RGB 240 121 104 -
CMYK 0 0.50 0.57 0.06
HSL 7.5º 0.82% 0.67% -
HSV(B) 7.5º 0.57% 0.94% -
XYZ 45.27 33.2 17.12 -
YUV 154.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 240 121 104 0 0.50 0.57 0.06 7.5 0.82 0.67
Hex F0 79 68 0 32 39 6 8 52 43
Octal 360 171 150 0 62 71 6 10 122 103
Binary 11110000 1111001 1101000 0 110010 111001 110 1000 1010010 1000011

Color Harmonies of #F07968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07968

Black with #F07968

Text Example


Text Example

White with #F07968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07968; }

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

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

background-color css

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

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

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

border-color css

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

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

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