Html Css Color HEX #FC1F50 Amaranth

📋 copy color: '#FC1F50'

red 252 ◦ green 31 ◦ blue 80

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

Shades of Amaranth #FC1F50

Tints of Amaranth #FC1F50

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.54%

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

R = 69.42%
G = 8.54%
B = 22.04%

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

#FC1F50 (or 0xFC1F50) is known color: Amaranth. HEX triplet: FC, 1F and 50. RGB value is (252,31,80). Sum of RGB (Red+Green+Blue) = 252+31+80=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1F50 is #03E0AF. Grayscale: #666666. Windows color (decimal): -254128 or 5251068. OLE color: 5251068.

HSL color Cylindrical-coordinate representation of color #FC1F50: hue angle of 346.7º 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 #FC1F50 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 31 80 -
CMYK 0 0.88 0.68 0.01
HSL 346.7º 0.97% 0.55% -
HSV(B) 346.7º 0.88% 0.99% -
XYZ 42.08 22.25 9.67 -
YUV 102.67 115.22 234.52 -
System Red Green Blue C M Y K H S L
Decimal 252 31 80 0 0.88 0.68 0.01 346.7 0.97 0.55
Hex FC 1F 50 0 58 44 1 15B 61 37
Octal 374 37 120 0 130 104 1 533 141 67
Binary 11111100 11111 1010000 0 1011000 1000100 1 101011011 1100001 110111

Color Harmonies of #FC1F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1F50

Black with #FC1F50

Text Example


Text Example

White with #FC1F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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