#F0645D

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

Shades of Bittersweet #F0645D

Tints of Bittersweet #F0645D

Color information

#F0645D (or 0xF0645D) is unknown color: approx Bittersweet. HEX triplet: F0, 64 and 5D. RGB value is (240,100,93). Sum of RGB (Red+Green+Blue) = 240+100+93=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0645D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0645D is #0F9BA2. Grayscale: #8D8D8D. Windows color (decimal): -1022883 or 6120688. OLE color: 6120688.

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

Color convert

RGB24010093-
CMYK00.580.610.06
HSL2.86º83.05%65.29%-
HSV(B)2.86º61.25%94.12%-
XYZ42.4728.4313.61-
YUV141.06100.88198.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.43%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=55.43%
G=23.09%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401009300.580.610.062.8683.0565.29
HexF0645D03A3D635341
Octal3601441350727563123101
Binary111100001100100101110101110101111011101110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0645D; }

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

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

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

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

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

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

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

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