Html Css Color HEX #F07F70 Salmon

📋 copy color: '#F07F70'

red 240 ◦ green 127 ◦ blue 112

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

Shades of Salmon #F07F70

Tints of Salmon #F07F70

RGB

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

 GREEN value IS 127 (50% from 255) = 26.51%

 BLUE value IS 112 (44.14% from 255) = 23.38%

R = 50.1%
G = 26.51%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F07F70 (or 0xF07F70) is known color: Salmon. HEX triplet: F0, 7F and 70. RGB value is (240,127,112). Sum of RGB (Red+Green+Blue) = 240+127+112=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F70 is #0F808F. Grayscale: #9F9F9F. Windows color (decimal): -1015952 or 7372784. OLE color: 7372784.

HSL color Cylindrical-coordinate representation of color #F07F70: hue angle of 7.03º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F07F70 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 112 -
CMYK 0 0.47 0.53 0.06
HSL 7.03º 0.81% 0.69% -
HSV(B) 7.03º 0.53% 0.94% -
XYZ 46.45 34.87 19.61 -
YUV 159.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 240 127 112 0 0.47 0.53 0.06 7.03 0.81 0.69
Hex F0 7F 70 0 2F 35 6 7 51 45
Octal 360 177 160 0 57 65 6 7 121 105
Binary 11110000 1111111 1110000 0 101111 110101 110 111 1010001 1000101

Color Harmonies of #F07F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F70

Black with #F07F70

Text Example


Text Example

White with #F07F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F70; }

 p { color: rgb(240,127,112); }

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

background-color css

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

 a { background-color: rgb(240,127,112); }

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

border-color css

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

 span { border-color: rgb(240,127,112); }

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