#F27F74

Color #F27F74 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #F27F74

Tints of Salmon #F27F74

Color information

#F27F74 (or 0xF27F74) is unknown color: approx Salmon. HEX triplet: F2, 7F and 74. RGB value is (242,127,116). Sum of RGB (Red+Green+Blue) = 242+127+116=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27F74 is #0D808B. Grayscale: #A0A0A0. Windows color (decimal): -884876 or 7634930. OLE color: 7634930.

HSL color Cylindrical-coordinate representation of color #F27F74: hue angle of 5.24º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27F74 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242127116-
CMYK00.480.520.05
HSL5.24º82.89%70.2%-
HSV(B)5.24º52.07%94.9%-
XYZ47.3635.3220.84-
YUV160.13103.1186.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.90%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=49.90%
G=26.19%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212711600.480.520.055.2482.8970.2
HexF27F7403034555346
Octal3621771640606455123106
Binary1111001011111111110100011000011010010110110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27F74; }

 p { color: rgb(242,127,116); }

 H1.HeaderClassName
 {
   color: #F27F74;
 }
 .AnyTagClassName
 {
   color: #F27F74;
 }
</style>
background-color css

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

 a { background-color: rgb(242,127,116); }

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

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

 span { border-color: rgb(242,127,116); }

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