#FD6157

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

Shades of Bittersweet #FD6157

Tints of Bittersweet #FD6157

Color information

#FD6157 (or 0xFD6157) is unknown color: approx Bittersweet. HEX triplet: FD, 61 and 57. RGB value is (253,97,87). Sum of RGB (Red+Green+Blue) = 253+97+87=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6157 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6157 is #029EA8. Grayscale: #8E8E8E. Windows color (decimal): -171689 or 5726717. OLE color: 5726717.

HSL color Cylindrical-coordinate representation of color #FD6157: hue angle of 3.61º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD6157 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB2539787-
CMYK00.620.660.01
HSL3.61º97.65%66.67%-
HSV(B)3.61º65.61%99.22%-
XYZ46.530.1212.38-
YUV142.596.68206.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.89%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 87 (34.38% from 255) = 19.91%
R=57.89%
G=22.20%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253978700.620.660.013.6197.6566.67
HexFD615703E42146243
Octal37514112707610214142103
Binary111111011100001101011101111101000010110011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6157; }

 p { color: rgb(253,97,87); }

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

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

 a { background-color: rgb(253,97,87); }

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

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

 span { border-color: rgb(253,97,87); }

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