Html Css Color HEX #F07E72 Salmon

📋 copy color: '#F07E72'

red 240 ◦ green 126 ◦ blue 114

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

Shades of Salmon #F07E72

Tints of Salmon #F07E72

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.25%

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

R = 50%
G = 26.25%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F07E72 (or 0xF07E72) is known color: Salmon. HEX triplet: F0, 7E and 72. RGB value is (240,126,114). Sum of RGB (Red+Green+Blue) = 240+126+114=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E72 is #0F818D. Grayscale: #9E9E9E. Windows color (decimal): -1016206 or 7503600. OLE color: 7503600.

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

Color convert

RGB 240 126 114 -
CMYK 0 0.48 0.52 0.06
HSL 5.71º 0.81% 0.69% -
HSV(B) 5.71º 0.53% 0.94% -
XYZ 46.43 34.66 20.16 -
YUV 158.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 240 126 114 0 0.48 0.52 0.06 5.71 0.81 0.69
Hex F0 7E 72 0 30 34 6 6 51 45
Octal 360 176 162 0 60 64 6 6 121 105
Binary 11110000 1111110 1110010 0 110000 110100 110 110 1010001 1000101

Color Harmonies of #F07E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E72

Black with #F07E72

Text Example


Text Example

White with #F07E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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