#F68F72

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

Shades of Dark Salmon #F68F72

Tints of Dark Salmon #F68F72

Color information

#F68F72 (or 0xF68F72) is unknown color: approx Dark Salmon. HEX triplet: F6, 8F and 72. RGB value is (246,143,114). Sum of RGB (Red+Green+Blue) = 246+143+114=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F72 is #09708D. Grayscale: #AAAAAA. Windows color (decimal): -618638 or 7507958. OLE color: 7507958.

HSL color Cylindrical-coordinate representation of color #F68F72: hue angle of 13.18º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F68F72 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB246143114-
CMYK00.420.540.04
HSL13.18º88%70.59%-
HSV(B)13.18º53.66%96.47%-
XYZ50.8740.4521.05-
YUV170.4996.12181.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.91%
GREEN value IS 143 (56.25% from 255) = 28.43%
BLUE value IS 114 (44.92% from 255) = 22.66%
R=48.91%
G=28.43%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614311400.420.540.0413.188870.59
HexF68F7202A364d5847
Octal36621716205266415130107
Binary111101101000111111100100101010110110100110110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68F72; }

 p { color: rgb(246,143,114); }

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

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

 a { background-color: rgb(246,143,114); }

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

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

 span { border-color: rgb(246,143,114); }

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