Html Css Color HEX #FC1D50 Amaranth

📋 copy color: '#FC1D50'

red 252 ◦ green 29 ◦ blue 80

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

Shades of Amaranth #FC1D50

Tints of Amaranth #FC1D50

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.03%

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 69.81%
G = 8.03%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC1D50 (or 0xFC1D50) is known color: Amaranth. HEX triplet: FC, 1D and 50. RGB value is (252,29,80). Sum of RGB (Red+Green+Blue) = 252+29+80=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1D50 is #03E2AF. Grayscale: #656565. Windows color (decimal): -254640 or 5250556. OLE color: 5250556.

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

Color convert

RGB 252 29 80 -
CMYK 0 0.88 0.68 0.01
HSL 346.28º 0.97% 0.55% -
HSV(B) 346.28º 0.88% 0.99% -
XYZ 42.03 22.15 9.65 -
YUV 101.49 115.88 235.35 -
System Red Green Blue C M Y K H S L
Decimal 252 29 80 0 0.88 0.68 0.01 346.28 0.97 0.55
Hex FC 1D 50 0 58 44 1 15A 61 37
Octal 374 35 120 0 130 104 1 532 141 67
Binary 11111100 11101 1010000 0 1011000 1000100 1 101011010 1100001 110111

Color Harmonies of #FC1D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D50

Black with #FC1D50

Text Example


Text Example

White with #FC1D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D50; }

 p { color: rgb(252,29,80); }

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

background-color css

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

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

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

border-color css

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

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

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