#F5665C

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

Shades of Bittersweet #F5665C

Tints of Bittersweet #F5665C

Color information

#F5665C (or 0xF5665C) is unknown color: approx Bittersweet. HEX triplet: F5, 66 and 5C. RGB value is (245,102,92). Sum of RGB (Red+Green+Blue) = 245+102+92=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F5665C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5665C is #0A99A3. Grayscale: #8F8F8F. Windows color (decimal): -694692 or 6055669. OLE color: 6055669.

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

Color convert

RGB24510292-
CMYK00.580.620.04
HSL3.92º88.44%66.08%-
HSV(B)3.92º62.45%96.08%-
XYZ44.3429.6913.52-
YUV143.6298.88200.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.81%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 92 (36.33% from 255) = 20.96%
R=55.81%
G=23.23%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451029200.580.620.043.9288.4466.08
HexF5665C03A3E445842
Octal3651461340727644130102
Binary1111010111001101011100011101011111010010010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5665C; }

 p { color: rgb(245,102,92); }

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

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

 a { background-color: rgb(245,102,92); }

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

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

 span { border-color: rgb(245,102,92); }

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