Html Css Color HEX #FC5959 Bittersweet

📋 copy color: '#FC5959'

red 252 ◦ green 89 ◦ blue 89

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

Shades of Bittersweet #FC5959

Tints of Bittersweet #FC5959

RGB

 RED value IS 252 (98.83% from 255) = 58.6%

 GREEN value IS 89 (35.16% from 255) = 20.7%

 BLUE value IS 89 (35.16% from 255) = 20.7%

R = 58.6%
G = 20.7%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC5959 (or 0xFC5959) is known color: Bittersweet. HEX triplet: FC, 59 and 59. RGB value is (252,89,89). Sum of RGB (Red+Green+Blue) = 252+89+89=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5959 is #03A6A6. Grayscale: #898989. Windows color (decimal): -239271 or 5855740. OLE color: 5855740.

HSL color Cylindrical-coordinate representation of color #FC5959: hue angle of 0º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC5959 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 89 89 -
CMYK 0 0.65 0.65 0.01
HSL 0.96% 0.67% -
HSV(B) 0.65% 0.99% -
XYZ 45.52 28.56 12.56 -
YUV 137.74 100.5 209.5 -
System Red Green Blue C M Y K H S L
Decimal 252 89 89 0 0.65 0.65 0.01 0 0.96 0.67
Hex FC 59 59 0 41 41 1 0 60 43
Octal 374 131 131 0 101 101 1 0 140 103
Binary 11111100 1011001 1011001 0 1000001 1000001 1 0 1100000 1000011

Color Harmonies of #FC5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5959

Black with #FC5959

Text Example


Text Example

White with #FC5959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5959; }

 p { color: rgb(252,89,89); }

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

background-color css

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

 a { background-color: rgb(252,89,89); }

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

border-color css

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

 span { border-color: rgb(252,89,89); }

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