#F27F72

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

Shades of Salmon #F27F72

Tints of Salmon #F27F72

Color information

#F27F72 (or 0xF27F72) is unknown color: approx Salmon. HEX triplet: F2, 7F and 72. RGB value is (242,127,114). Sum of RGB (Red+Green+Blue) = 242+127+114=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27F72 is #0D808D. Grayscale: #A0A0A0. Windows color (decimal): -884878 or 7503858. OLE color: 7503858.

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

Color convert

RGB242127114-
CMYK00.480.530.05
HSL6.09º83.12%69.8%-
HSV(B)6.09º52.89%94.9%-
XYZ47.2435.2720.24-
YUV159.9102.1186.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.10%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 114 (44.92% from 255) = 23.60%
R=50.10%
G=26.29%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212711400.480.530.056.0983.1269.8
HexF27F7203035565346
Octal3621771620606556123106
Binary1111001011111111110010011000011010110111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27F72; }

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

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

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

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

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

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

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

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