Html Css Color HEX #FD204A Amaranth

📋 copy color: '#FD204A'

red 253 ◦ green 32 ◦ blue 74

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

Shades of Amaranth #FD204A

Tints of Amaranth #FD204A

RGB

 RED value IS 253 (99.22% from 255) = 70.47%

 GREEN value IS 32 (12.89% from 255) = 8.91%

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 70.47%
G = 8.91%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD204A (or 0xFD204A) is known color: Amaranth. HEX triplet: FD, 20 and 4A. RGB value is (253,32,74). Sum of RGB (Red+Green+Blue) = 253+32+74=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD204A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD204A is #02DFB5. Grayscale: #666666. Windows color (decimal): -188342 or 4858109. OLE color: 4858109.

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

Color convert

RGB 253 32 74 -
CMYK 0 0.87 0.71 0.01
HSL 348.6º 0.98% 0.56% -
HSV(B) 348.6º 0.87% 0.99% -
XYZ 42.26 22.41 8.58 -
YUV 102.87 111.72 235.08 -
System Red Green Blue C M Y K H S L
Decimal 253 32 74 0 0.87 0.71 0.01 348.6 0.98 0.56
Hex FD 20 4A 0 57 47 1 15D 62 38
Octal 375 40 112 0 127 107 1 535 142 70
Binary 11111101 100000 1001010 0 1010111 1000111 1 101011101 1100010 111000

Color Harmonies of #FD204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD204A

Black with #FD204A

Text Example


Text Example

White with #FD204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD204A; }

 p { color: rgb(253,32,74); }

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

background-color css

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

 a { background-color: rgb(253,32,74); }

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

border-color css

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

 span { border-color: rgb(253,32,74); }

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