Html Css Color HEX #FA5C58 Bittersweet

📋 copy color: '#FA5C58'

red 250 ◦ green 92 ◦ blue 88

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

Shades of Bittersweet #FA5C58

Tints of Bittersweet #FA5C58

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.4%

 BLUE value IS 88 (34.77% from 255) = 20.47%

R = 58.14%
G = 21.4%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA5C58 (or 0xFA5C58) is known color: Bittersweet. HEX triplet: FA, 5C and 58. RGB value is (250,92,88). Sum of RGB (Red+Green+Blue) = 250+92+88=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5C58 is #05A3A7. Grayscale: #8A8A8A. Windows color (decimal): -369576 or 5790970. OLE color: 5790970.

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

Color convert

RGB 250 92 88 -
CMYK 0 0.63 0.65 0.02
HSL 1.48º 0.94% 0.66% -
HSV(B) 1.48º 0.65% 0.98% -
XYZ 45.01 28.68 12.4 -
YUV 138.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 250 92 88 0 0.63 0.65 0.02 1.48 0.94 0.66
Hex FA 5C 58 0 3F 41 2 1 5E 42
Octal 372 134 130 0 77 101 2 1 136 102
Binary 11111010 1011100 1011000 0 111111 1000001 10 1 1011110 1000010

Color Harmonies of #FA5C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5C58

Black with #FA5C58

Text Example


Text Example

White with #FA5C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5C58; }

 p { color: rgb(250,92,88); }

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

background-color css

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

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

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

border-color css

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

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

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