#F3927A

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

Shades of Dark Salmon #F3927A

Tints of Dark Salmon #F3927A

Color information

#F3927A (or 0xF3927A) is unknown color: approx Dark Salmon. HEX triplet: F3, 92 and 7A. RGB value is (243,146,122). Sum of RGB (Red+Green+Blue) = 243+146+122=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F3927A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3927A is #0C6D85. Grayscale: #ACACAC. Windows color (decimal): -814470 or 8033011. OLE color: 8033011.

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

Color convert

RGB243146122-
CMYK00.400.500.05
HSL11.9º83.45%71.57%-
HSV(B)11.9º49.79%95.29%-
XYZ50.7541.0223.65-
YUV172.2799.64178.45-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.55%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 122 (48.05% from 255) = 23.87%
R=47.55%
G=28.57%
B=23.87%

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
Decimal24314612200.400.500.0511.983.4571.57
HexF3927A028325c5348
Octal36322217205062514123110
Binary111100111001001011110100101000110010101110010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3927A; }

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

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

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

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

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

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

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

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