Html Css Color HEX #FA1D54 Amaranth

📋 copy color: '#FA1D54'

red 250 ◦ green 29 ◦ blue 84

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

Shades of Amaranth #FA1D54

Tints of Amaranth #FA1D54

RGB

 RED value IS 250 (98.05% from 255) = 68.87%

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

 BLUE value IS 84 (33.2% from 255) = 23.14%

R = 68.87%
G = 7.99%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA1D54 (or 0xFA1D54) is known color: Amaranth. HEX triplet: FA, 1D and 54. RGB value is (250,29,84). Sum of RGB (Red+Green+Blue) = 250+29+84=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1D54 is #05E2AB. Grayscale: #656565. Windows color (decimal): -385708 or 5512698. OLE color: 5512698.

HSL color Cylindrical-coordinate representation of color #FA1D54: hue angle of 345.07º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1D54 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 29 84 -
CMYK 0 0.88 0.66 0.02
HSL 345.07º 0.96% 0.55% -
HSV(B) 345.07º 0.88% 0.98% -
XYZ 41.46 21.84 10.42 -
YUV 101.35 118.22 234.03 -
System Red Green Blue C M Y K H S L
Decimal 250 29 84 0 0.88 0.66 0.02 345.07 0.96 0.55
Hex FA 1D 54 0 58 42 2 159 60 37
Octal 372 35 124 0 130 102 2 531 140 67
Binary 11111010 11101 1010100 0 1011000 1000010 10 101011001 1100000 110111

Color Harmonies of #FA1D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1D54

Black with #FA1D54

Text Example


Text Example

White with #FA1D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1D54; }

 p { color: rgb(250,29,84); }

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

background-color css

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

 a { background-color: rgb(250,29,84); }

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

border-color css

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

 span { border-color: rgb(250,29,84); }

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