#F6725D

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

Shades of Bittersweet #F6725D

Tints of Bittersweet #F6725D

Color information

#F6725D (or 0xF6725D) is unknown color: approx Bittersweet. HEX triplet: F6, 72 and 5D. RGB value is (246,114,93). Sum of RGB (Red+Green+Blue) = 246+114+93=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F6725D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6725D is #098DA2. Grayscale: #979797. Windows color (decimal): -626083 or 6124278. OLE color: 6124278.

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

Color convert

RGB24611493-
CMYK00.540.620.04
HSL8.24º89.47%66.47%-
HSV(B)8.24º62.2%96.47%-
XYZ4632.4214.19-
YUV151.0795.23195.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.30%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 93 (36.72% from 255) = 20.53%
R=54.30%
G=25.17%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461149300.540.620.048.2489.4766.47
HexF6725D0363E485942
Octal36616213506676410131102
Binary11110110111001010111010110110111110100100010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6725D; }

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

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

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

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

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

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

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

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