#F0645F

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

Shades of Bittersweet #F0645F

Tints of Bittersweet #F0645F

Color information

#F0645F (or 0xF0645F) is unknown color: approx Bittersweet. HEX triplet: F0, 64 and 5F. RGB value is (240,100,95). Sum of RGB (Red+Green+Blue) = 240+100+95=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0645F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0645F is #0F9BA0. Grayscale: #8D8D8D. Windows color (decimal): -1022881 or 6251760. OLE color: 6251760.

HSL color Cylindrical-coordinate representation of color #F0645F: hue angle of 2.07º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0645F is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB24010095-
CMYK00.580.600.06
HSL2.07º82.86%65.69%-
HSV(B)2.07º60.42%94.12%-
XYZ42.5628.4714.08-
YUV141.29101.88198.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.17%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 95 (37.5% from 255) = 21.84%
R=55.17%
G=22.99%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401009500.580.600.062.0782.8665.69
HexF0645F03A3C625342
Octal3601441370727462123102
Binary111100001100100101111101110101111001101010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0645F; }

 p { color: rgb(240,100,95); }

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

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

 a { background-color: rgb(240,100,95); }

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

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

 span { border-color: rgb(240,100,95); }

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