Html Css Color HEX #FA5B5A Bittersweet

📋 copy color: '#FA5B5A'

red 250 ◦ green 91 ◦ blue 90

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

Shades of Bittersweet #FA5B5A

Tints of Bittersweet #FA5B5A

RGB

 RED value IS 250 (98.05% from 255) = 58%

 GREEN value IS 91 (35.94% from 255) = 21.11%

 BLUE value IS 90 (35.55% from 255) = 20.88%

R = 58%
G = 21.11%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA5B5A (or 0xFA5B5A) is known color: Bittersweet. HEX triplet: FA, 5B and 5A. RGB value is (250,91,90). Sum of RGB (Red+Green+Blue) = 250+91+90=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5B5A is #05A4A5. Grayscale: #8A8A8A. Windows color (decimal): -369830 or 5921786. OLE color: 5921786.

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

Color convert

RGB 250 91 90 -
CMYK 0 0.64 0.64 0.02
HSL 0.38º 0.94% 0.67% -
HSV(B) 0.38º 0.64% 0.98% -
XYZ 45.01 28.54 12.81 -
YUV 138.43 100.68 207.58 -
System Red Green Blue C M Y K H S L
Decimal 250 91 90 0 0.64 0.64 0.02 0.38 0.94 0.67
Hex FA 5B 5A 0 40 40 2 0 5E 43
Octal 372 133 132 0 100 100 2 0 136 103
Binary 11111010 1011011 1011010 0 1000000 1000000 10 0 1011110 1000011

Color Harmonies of #FA5B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5B5A

Black with #FA5B5A

Text Example


Text Example

White with #FA5B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5B5A; }

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

 H1.HeaderClassName
 {
   color: #FA5B5A;
 }
 .AnyTagClassName
 {
   color: #FA5B5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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