Html Css Color HEX #FA5D5A Bittersweet

📋 copy color: '#FA5D5A'

red 250 ◦ green 93 ◦ blue 90

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

Shades of Bittersweet #FA5D5A

Tints of Bittersweet #FA5D5A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.48%

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

R = 57.74%
G = 21.48%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA5D5A (or 0xFA5D5A) is known color: Bittersweet. HEX triplet: FA, 5D and 5A. RGB value is (250,93,90). Sum of RGB (Red+Green+Blue) = 250+93+90=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5D5A is #05A2A5. Grayscale: #8B8B8B. Windows color (decimal): -369318 or 5922298. OLE color: 5922298.

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

Color convert

RGB 250 93 90 -
CMYK 0 0.63 0.64 0.02
HSL 1.13º 0.94% 0.67% -
HSV(B) 1.13º 0.64% 0.98% -
XYZ 45.18 28.89 12.87 -
YUV 139.6 100.01 206.74 -
System Red Green Blue C M Y K H S L
Decimal 250 93 90 0 0.63 0.64 0.02 1.13 0.94 0.67
Hex FA 5D 5A 0 3F 40 2 1 5E 43
Octal 372 135 132 0 77 100 2 1 136 103
Binary 11111010 1011101 1011010 0 111111 1000000 10 1 1011110 1000011

Color Harmonies of #FA5D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5D5A

Black with #FA5D5A

Text Example


Text Example

White with #FA5D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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