Html Css Color HEX #F07F73 Salmon

📋 copy color: '#F07F73'

red 240 ◦ green 127 ◦ blue 115

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

Shades of Salmon #F07F73

Tints of Salmon #F07F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 49.79%
G = 26.35%
B = 23.86%

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

#F07F73 (or 0xF07F73) is known color: Salmon. HEX triplet: F0, 7F and 73. RGB value is (240,127,115). Sum of RGB (Red+Green+Blue) = 240+127+115=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F73 is #0F808C. Grayscale: #9F9F9F. Windows color (decimal): -1015949 or 7569392. OLE color: 7569392.

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

Color convert

RGB 240 127 115 -
CMYK 0 0.47 0.52 0.06
HSL 5.76º 0.81% 0.7% -
HSV(B) 5.76º 0.52% 0.94% -
XYZ 46.62 34.94 20.51 -
YUV 159.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 240 127 115 0 0.47 0.52 0.06 5.76 0.81 0.7
Hex F0 7F 73 0 2F 34 6 6 51 46
Octal 360 177 163 0 57 64 6 6 121 106
Binary 11110000 1111111 1110011 0 101111 110100 110 110 1010001 1000110

Color Harmonies of #F07F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F73

Black with #F07F73

Text Example


Text Example

White with #F07F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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