Html Css Color HEX #FA5B5B Bittersweet

📋 copy color: '#FA5B5B'

red 250 ◦ green 91 ◦ blue 91

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

Shades of Bittersweet #FA5B5B

Tints of Bittersweet #FA5B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.06%

R = 57.87%
G = 21.06%
B = 21.06%

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

#FA5B5B (or 0xFA5B5B) is known color: Bittersweet. HEX triplet: FA, 5B and 5B. RGB value is (250,91,91). Sum of RGB (Red+Green+Blue) = 250+91+91=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5B5B is #05A4A4. Grayscale: #8A8A8A. Windows color (decimal): -369829 or 5987322. OLE color: 5987322.

HSL color Cylindrical-coordinate representation of color #FA5B5B: hue angle of 0º 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 #FA5B5B is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 91 91 -
CMYK 0 0.64 0.64 0.02
HSL 0.94% 0.67% -
HSV(B) 0.64% 0.98% -
XYZ 45.05 28.56 13.04 -
YUV 138.54 101.18 207.5 -
System Red Green Blue C M Y K H S L
Decimal 250 91 91 0 0.64 0.64 0.02 0 0.94 0.67
Hex FA 5B 5B 0 40 40 2 0 5E 43
Octal 372 133 133 0 100 100 2 0 136 103
Binary 11111010 1011011 1011011 0 1000000 1000000 10 0 1011110 1000011

Color Harmonies of #FA5B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5B5B

Black with #FA5B5B

Text Example


Text Example

White with #FA5B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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