#F6625D

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

Shades of Bittersweet #F6625D

Tints of Bittersweet #F6625D

Color information

#F6625D (or 0xF6625D) is unknown color: approx Bittersweet. HEX triplet: F6, 62 and 5D. RGB value is (246,98,93). Sum of RGB (Red+Green+Blue) = 246+98+93=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F6625D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6625D is #099DA2. Grayscale: #8D8D8D. Windows color (decimal): -630179 or 6120182. OLE color: 6120182.

HSL color Cylindrical-coordinate representation of color #F6625D: hue angle of 1.96º 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 #F6625D is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB2469893-
CMYK00.600.620.04
HSL1.96º89.47%66.47%-
HSV(B)1.96º62.2%96.47%-
XYZ44.3529.1213.64-
YUV141.68100.53202.41-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.29%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=56.29%
G=22.43%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246989300.600.620.041.9689.4766.47
HexF6625D03C3E425942
Octal3661421350747642131102
Binary111101101100010101110101111001111101001010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6625D; }

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

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

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

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

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

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

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

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