#F2927A

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

Shades of Dark Salmon #F2927A

Tints of Dark Salmon #F2927A

Color information

#F2927A (or 0xF2927A) is unknown color: approx Dark Salmon. HEX triplet: F2, 92 and 7A. RGB value is (242,146,122). Sum of RGB (Red+Green+Blue) = 242+146+122=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2927A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2927A is #0D6D85. Grayscale: #ACACAC. Windows color (decimal): -880006 or 8033010. OLE color: 8033010.

HSL color Cylindrical-coordinate representation of color #F2927A: hue angle of 12º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2927A is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242146122-
CMYK00.400.500.05
HSL12º82.19%71.37%-
HSV(B)12º49.59%94.9%-
XYZ50.4140.8423.64-
YUV171.9799.8177.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.45%
GREEN value IS 146 (57.42% from 255) = 28.63%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=47.45%
G=28.63%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214612200.400.500.051282.1971.37
HexF2927A028325c5247
Octal36222217205062514122107
Binary111100101001001011110100101000110010101110010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2927A; }

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

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

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

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

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

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

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

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