Html Css Color HEX #FD5B5A Bittersweet

📋 copy color: '#FD5B5A'

red 253 ◦ green 91 ◦ blue 90

#FD5B5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #FD5B5A

Tints of Bittersweet #FD5B5A

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 value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD5B5A (or 0xFD5B5A) is known color: 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

RGB 253 91 90 -
CMYK 0 0.64 0.64 0.01
HSL 0.37º 0.98% 0.67% -
HSV(B) 0.37º 0.64% 0.99% -
XYZ 46.09 29.1 12.86 -
YUV 139.32 100.17 209.08 -
System Red Green Blue C M Y K H S L
Decimal 253 91 90 0 0.64 0.64 0.01 0.37 0.98 0.67
Hex FD 5B 5A 0 40 40 1 0 62 43
Octal 375 133 132 0 100 100 1 0 142 103
Binary 11111101 1011011 1011010 0 1000000 1000000 1 0 1100010 1000011

Color Harmonies of #FD5B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5B5A

Black with #FD5B5A

Text Example


Text Example

White with #FD5B5A

Text Example


Text Example

HTML Codes & Css Web 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>