#F5635D

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

Shades of Bittersweet #F5635D

Tints of Bittersweet #F5635D

Color information

#F5635D (or 0xF5635D) is unknown color: approx Bittersweet. HEX triplet: F5, 63 and 5D. RGB value is (245,99,93). Sum of RGB (Red+Green+Blue) = 245+99+93=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5635D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5635D is #0A9CA2. Grayscale: #8E8E8E. Windows color (decimal): -695459 or 6120437. OLE color: 6120437.

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

Color convert

RGB2459993-
CMYK00.600.620.04
HSL2.37º88.37%66.27%-
HSV(B)2.37º62.04%96.08%-
XYZ44.0929.1313.65-
YUV141.97100.37201.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.06%
GREEN value IS 99 (39.06% from 255) = 22.65%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=56.06%
G=22.65%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245999300.600.620.042.3788.3766.27
HexF5635D03C3E425842
Octal3651431350747642130102
Binary111101011100011101110101111001111101001010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5635D; }

 p { color: rgb(245,99,93); }

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

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

 a { background-color: rgb(245,99,93); }

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

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

 span { border-color: rgb(245,99,93); }

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