#FD5C58

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

Shades of Bittersweet #FD5C58

Tints of Bittersweet #FD5C58

Color information

#FD5C58 (or 0xFD5C58) is unknown color: approx Bittersweet. HEX triplet: FD, 5C and 58. RGB value is (253,92,88). Sum of RGB (Red+Green+Blue) = 253+92+88=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C58 is #02A3A7. Grayscale: #8B8B8B. Windows color (decimal): -172968 or 5790973. OLE color: 5790973.

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

Color convert

RGB2539288-
CMYK00.640.650.01
HSL1.45º97.63%66.86%-
HSV(B)1.45º65.22%99.22%-
XYZ46.129.2412.45-
YUV139.6898.84208.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.43%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 88 (34.77% from 255) = 20.32%
R=58.43%
G=21.25%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253928800.640.650.011.4597.6366.86
HexFD5C5804041116243
Octal375134130010010111142103
Binary11111101101110010110000100000010000011111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5C58; }

 p { color: rgb(253,92,88); }

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

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

 a { background-color: rgb(253,92,88); }

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

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

 span { border-color: rgb(253,92,88); }

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