Html Css Color HEX #FC5F5D Bittersweet

📋 copy color: '#FC5F5D'

red 252 ◦ green 95 ◦ blue 93

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

Shades of Bittersweet #FC5F5D

Tints of Bittersweet #FC5F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.59%

 BLUE value IS 93 (36.72% from 255) = 21.14%

R = 57.27%
G = 21.59%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC5F5D (or 0xFC5F5D) is known color: Bittersweet. HEX triplet: FC, 5F and 5D. RGB value is (252,95,93). Sum of RGB (Red+Green+Blue) = 252+95+93=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5F5D is #03A0A2. Grayscale: #8D8D8D. Windows color (decimal): -237731 or 6119420. OLE color: 6119420.

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

Color convert

RGB 252 95 93 -
CMYK 0 0.62 0.63 0.01
HSL 0.75º 0.96% 0.68% -
HSV(B) 0.75º 0.63% 0.99% -
XYZ 46.21 29.67 13.65 -
YUV 141.72 100.51 206.66 -
System Red Green Blue C M Y K H S L
Decimal 252 95 93 0 0.62 0.63 0.01 0.75 0.96 0.68
Hex FC 5F 5D 0 3E 3F 1 1 60 44
Octal 374 137 135 0 76 77 1 1 140 104
Binary 11111100 1011111 1011101 0 111110 111111 1 1 1100000 1000100

Color Harmonies of #FC5F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5F5D

Black with #FC5F5D

Text Example


Text Example

White with #FC5F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5F5D; }

 p { color: rgb(252,95,93); }

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

background-color css

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

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

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

border-color css

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

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

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