Html Css Color HEX #FD1D4E Amaranth

📋 copy color: '#FD1D4E'

red 253 ◦ green 29 ◦ blue 78

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

Shades of Amaranth #FD1D4E

Tints of Amaranth #FD1D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.67%

R = 70.28%
G = 8.06%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD1D4E (or 0xFD1D4E) is known color: Amaranth. HEX triplet: FD, 1D and 4E. RGB value is (253,29,78). Sum of RGB (Red+Green+Blue) = 253+29+78=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1D4E is #02E2B1. Grayscale: #656565. Windows color (decimal): -189106 or 5119485. OLE color: 5119485.

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

Color convert

RGB 253 29 78 -
CMYK 0 0.89 0.69 0.01
HSL 346.88º 0.98% 0.55% -
HSV(B) 346.88º 0.89% 0.99% -
XYZ 42.32 22.31 9.28 -
YUV 101.56 114.71 236.02 -
System Red Green Blue C M Y K H S L
Decimal 253 29 78 0 0.89 0.69 0.01 346.88 0.98 0.55
Hex FD 1D 4E 0 59 45 1 15B 62 37
Octal 375 35 116 0 131 105 1 533 142 67
Binary 11111101 11101 1001110 0 1011001 1000101 1 101011011 1100010 110111

Color Harmonies of #FD1D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1D4E

Black with #FD1D4E

Text Example


Text Example

White with #FD1D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1D4E; }

 p { color: rgb(253,29,78); }

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

background-color css

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

 a { background-color: rgb(253,29,78); }

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

border-color css

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

 span { border-color: rgb(253,29,78); }

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