Html Css Color HEX #FA1D4B Amaranth

📋 copy color: '#FA1D4B'

red 250 ◦ green 29 ◦ blue 75

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

Shades of Amaranth #FA1D4B

Tints of Amaranth #FA1D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.19%

R = 70.62%
G = 8.19%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA1D4B (or 0xFA1D4B) is known color: Amaranth. HEX triplet: FA, 1D and 4B. RGB value is (250,29,75). Sum of RGB (Red+Green+Blue) = 250+29+75=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1D4B is #05E2B4. Grayscale: #646464. Windows color (decimal): -385717 or 4922874. OLE color: 4922874.

HSL color Cylindrical-coordinate representation of color #FA1D4B: hue angle of 347.51º 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 #FA1D4B is Cyan = 0, Magento = 0.88, Yellow = 0.7 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 29 75 -
CMYK 0 0.88 0.7 0.02
HSL 347.51º 0.96% 0.55% -
HSV(B) 347.51º 0.88% 0.98% -
XYZ 41.13 21.71 8.68 -
YUV 100.32 113.72 234.76 -
System Red Green Blue C M Y K H S L
Decimal 250 29 75 0 0.88 0.7 0.02 347.51 0.96 0.55
Hex FA 1D 4B 0 58 46 2 15C 60 37
Octal 372 35 113 0 130 106 2 534 140 67
Binary 11111010 11101 1001011 0 1011000 1000110 10 101011100 1100000 110111

Color Harmonies of #FA1D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1D4B

Black with #FA1D4B

Text Example


Text Example

White with #FA1D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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