Html Css Color HEX #FD1F4D Amaranth

📋 copy color: '#FD1F4D'

red 253 ◦ green 31 ◦ blue 77

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

Shades of Amaranth #FD1F4D

Tints of Amaranth #FD1F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.33%

R = 70.08%
G = 8.59%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD1F4D (or 0xFD1F4D) is known color: Amaranth. HEX triplet: FD, 1F and 4D. RGB value is (253,31,77). Sum of RGB (Red+Green+Blue) = 253+31+77=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1F4D is #02E0B2. Grayscale: #666666. Windows color (decimal): -188595 or 5054461. OLE color: 5054461.

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

Color convert

RGB 253 31 77 -
CMYK 0 0.88 0.70 0.01
HSL 347.57º 0.98% 0.56% -
HSV(B) 347.57º 0.88% 0.99% -
XYZ 42.34 22.4 9.11 -
YUV 102.62 113.55 235.26 -
System Red Green Blue C M Y K H S L
Decimal 253 31 77 0 0.88 0.70 0.01 347.57 0.98 0.56
Hex FD 1F 4D 0 58 46 1 15C 62 38
Octal 375 37 115 0 130 106 1 534 142 70
Binary 11111101 11111 1001101 0 1011000 1000110 1 101011100 1100010 111000

Color Harmonies of #FD1F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1F4D

Black with #FD1F4D

Text Example


Text Example

White with #FD1F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1F4D; }

 p { color: rgb(253,31,77); }

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

background-color css

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

 a { background-color: rgb(253,31,77); }

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

border-color css

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

 span { border-color: rgb(253,31,77); }

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