Html Css Color HEX #FC1952 Amaranth

📋 copy color: '#FC1952'

red 252 ◦ green 25 ◦ blue 82

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

Shades of Amaranth #FC1952

Tints of Amaranth #FC1952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.96%

 BLUE value IS 82 (32.42% from 255) = 22.84%

R = 70.19%
G = 6.96%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC1952 (or 0xFC1952) is known color: Amaranth. HEX triplet: FC, 19 and 52. RGB value is (252,25,82). Sum of RGB (Red+Green+Blue) = 252+25+82=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1952 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1952 is #03E6AD. Grayscale: #636363. Windows color (decimal): -255662 or 5380604. OLE color: 5380604.

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

Color convert

RGB 252 25 82 -
CMYK 0 0.90 0.67 0.01
HSL 344.93º 0.97% 0.54% -
HSV(B) 344.93º 0.9% 0.99% -
XYZ 42.02 22 10.01 -
YUV 99.37 118.21 236.87 -
System Red Green Blue C M Y K H S L
Decimal 252 25 82 0 0.90 0.67 0.01 344.93 0.97 0.54
Hex FC 19 52 0 5A 43 1 159 61 36
Octal 374 31 122 0 132 103 1 531 141 66
Binary 11111100 11001 1010010 0 1011010 1000011 1 101011001 1100001 110110

Color Harmonies of #FC1952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1952

Black with #FC1952

Text Example


Text Example

White with #FC1952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1952; }

 p { color: rgb(252,25,82); }

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

background-color css

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

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

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

border-color css

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

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

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