#F6625C

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

Shades of Bittersweet #F6625C

Tints of Bittersweet #F6625C

Color information

#F6625C (or 0xF6625C) is unknown color: approx Bittersweet. HEX triplet: F6, 62 and 5C. RGB value is (246,98,92). Sum of RGB (Red+Green+Blue) = 246+98+92=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F6625C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6625C is #099DA3. Grayscale: #8D8D8D. Windows color (decimal): -630180 or 6054646. OLE color: 6054646.

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

Color convert

RGB2469892-
CMYK00.600.630.04
HSL2.34º89.53%66.27%-
HSV(B)2.34º62.6%96.47%-
XYZ44.3129.113.41-
YUV141.57100.03202.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.42%
GREEN value IS 98 (38.67% from 255) = 22.48%
BLUE value IS 92 (36.33% from 255) = 21.10%
R=56.42%
G=22.48%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246989200.600.630.042.3489.5366.27
HexF6625C03C3F425a42
Octal3661421340747742132102
Binary111101101100010101110001111001111111001010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6625C; }

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

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

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

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

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

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

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

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