#FD5B5A

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

Shades of Bittersweet #FD5B5A

Tints of Bittersweet #FD5B5A

Color information

#FD5B5A (or 0xFD5B5A) is unknown color: approx Bittersweet. HEX triplet: FD, 5B and 5A. RGB value is (253,91,90). Sum of RGB (Red+Green+Blue) = 253+91+90=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5B5A is #02A4A5. Grayscale: #8B8B8B. Windows color (decimal): -173222 or 5921789. OLE color: 5921789.

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

Color convert

RGB2539190-
CMYK00.640.640.01
HSL0.37º97.6%67.25%-
HSV(B)0.37º64.43%99.22%-
XYZ46.0929.112.86-
YUV139.32100.17209.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.29%
GREEN value IS 91 (35.94% from 255) = 20.97%
BLUE value IS 90 (35.55% from 255) = 20.74%
R=58.29%
G=20.97%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253919000.640.640.010.3797.667.25
HexFD5B5A04040106243
Octal375133132010010010142103
Binary11111101101101110110100100000010000001011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5B5A; }

 p { color: rgb(253,91,90); }

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

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

 a { background-color: rgb(253,91,90); }

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

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

 span { border-color: rgb(253,91,90); }

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