#F6675F

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

Shades of Bittersweet #F6675F

Tints of Bittersweet #F6675F

Color information

#F6675F (or 0xF6675F) is unknown color: approx Bittersweet. HEX triplet: F6, 67 and 5F. RGB value is (246,103,95). Sum of RGB (Red+Green+Blue) = 246+103+95=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F6675F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6675F is #0998A0. Grayscale: #919191. Windows color (decimal): -628897 or 6252534. OLE color: 6252534.

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

Color convert

RGB24610395-
CMYK00.580.610.04
HSL3.18º89.35%66.86%-
HSV(B)3.18º61.38%96.47%-
XYZ44.9230.1214.27-
YUV144.8499.88200.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.41%
GREEN value IS 103 (40.62% from 255) = 23.20%
BLUE value IS 95 (37.5% from 255) = 21.40%
R=55.41%
G=23.20%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461039500.580.610.043.1889.3566.86
HexF6675F03A3D435943
Octal3661471370727543131103
Binary111101101100111101111101110101111011001110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6675F; }

 p { color: rgb(246,103,95); }

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

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

 a { background-color: rgb(246,103,95); }

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

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

 span { border-color: rgb(246,103,95); }

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