#F27A6C

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

Shades of Salmon #F27A6C

Tints of Salmon #F27A6C

Color information

#F27A6C (or 0xF27A6C) is unknown color: approx Salmon. HEX triplet: F2, 7A and 6C. RGB value is (242,122,108). Sum of RGB (Red+Green+Blue) = 242+122+108=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27A6C is #0D8593. Grayscale: #9C9C9C. Windows color (decimal): -886164 or 7109362. OLE color: 7109362.

HSL color Cylindrical-coordinate representation of color #F27A6C: hue angle of 6.27º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F27A6C is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB242122108-
CMYK00.500.550.05
HSL6.27º83.75%68.63%-
HSV(B)6.27º55.37%94.9%-
XYZ46.2833.8818.29-
YUV156.28100.76189.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.27%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 108 (42.58% from 255) = 22.88%
R=51.27%
G=25.85%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212210800.500.550.056.2783.7568.63
HexF27A6C03237565445
Octal3621721540626756124105
Binary1111001011110101101100011001011011110111010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27A6C; }

 p { color: rgb(242,122,108); }

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

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

 a { background-color: rgb(242,122,108); }

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

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

 span { border-color: rgb(242,122,108); }

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