Html Css Color HEX #FD1D4F Amaranth

📋 copy color: '#FD1D4F'

red 253 ◦ green 29 ◦ blue 79

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

Shades of Amaranth #FD1D4F

Tints of Amaranth #FD1D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.88%

R = 70.08%
G = 8.03%
B = 21.88%

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

#FD1D4F (or 0xFD1D4F) is known color: Amaranth. HEX triplet: FD, 1D and 4F. RGB value is (253,29,79). Sum of RGB (Red+Green+Blue) = 253+29+79=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1D4F is #02E2B0. Grayscale: #656565. Windows color (decimal): -189105 or 5185021. OLE color: 5185021.

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

Color convert

RGB 253 29 79 -
CMYK 0 0.89 0.69 0.01
HSL 346.61º 0.98% 0.55% -
HSV(B) 346.61º 0.89% 0.99% -
XYZ 42.36 22.33 9.47 -
YUV 101.68 115.21 235.93 -
System Red Green Blue C M Y K H S L
Decimal 253 29 79 0 0.89 0.69 0.01 346.61 0.98 0.55
Hex FD 1D 4F 0 59 45 1 15B 62 37
Octal 375 35 117 0 131 105 1 533 142 67
Binary 11111101 11101 1001111 0 1011001 1000101 1 101011011 1100010 110111

Color Harmonies of #FD1D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1D4F

Black with #FD1D4F

Text Example


Text Example

White with #FD1D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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