Html Css Color HEX #F07F72 Salmon

📋 copy color: '#F07F72'

red 240 ◦ green 127 ◦ blue 114

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

Shades of Salmon #F07F72

Tints of Salmon #F07F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.7%

R = 49.9%
G = 26.4%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F07F72 (or 0xF07F72) is known color: Salmon. HEX triplet: F0, 7F and 72. RGB value is (240,127,114). Sum of RGB (Red+Green+Blue) = 240+127+114=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F72 is #0F808D. Grayscale: #9F9F9F. Windows color (decimal): -1015950 or 7503856. OLE color: 7503856.

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

Color convert

RGB 240 127 114 -
CMYK 0 0.47 0.52 0.06
HSL 6.19º 0.81% 0.69% -
HSV(B) 6.19º 0.53% 0.94% -
XYZ 46.56 34.92 20.21 -
YUV 159.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 240 127 114 0 0.47 0.52 0.06 6.19 0.81 0.69
Hex F0 7F 72 0 2F 34 6 6 51 45
Octal 360 177 162 0 57 64 6 6 121 105
Binary 11110000 1111111 1110010 0 101111 110100 110 110 1010001 1000101

Color Harmonies of #F07F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F72

Black with #F07F72

Text Example


Text Example

White with #F07F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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