Html Css Color HEX #FB1E4D Amaranth

📋 copy color: '#FB1E4D'

red 251 ◦ green 30 ◦ blue 77

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

Shades of Amaranth #FB1E4D

Tints of Amaranth #FB1E4D

RGB

 RED value IS 251 (98.44% from 255) = 70.11%

 GREEN value IS 30 (12.11% from 255) = 8.38%

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

R = 70.11%
G = 8.38%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FB1E4D (or 0xFB1E4D) is known color: Amaranth. HEX triplet: FB, 1E and 4D. RGB value is (251,30,77). Sum of RGB (Red+Green+Blue) = 251+30+77=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1E4D is #04E1B2. Grayscale: #656565. Windows color (decimal): -319923 or 5054203. OLE color: 5054203.

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

Color convert

RGB 251 30 77 -
CMYK 0 0.88 0.69 0.02
HSL 347.24º 0.97% 0.55% -
HSV(B) 347.24º 0.88% 0.98% -
XYZ 41.59 21.97 9.07 -
YUV 101.44 114.22 234.68 -
System Red Green Blue C M Y K H S L
Decimal 251 30 77 0 0.88 0.69 0.02 347.24 0.97 0.55
Hex FB 1E 4D 0 58 45 2 15B 61 37
Octal 373 36 115 0 130 105 2 533 141 67
Binary 11111011 11110 1001101 0 1011000 1000101 10 101011011 1100001 110111

Color Harmonies of #FB1E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1E4D

Black with #FB1E4D

Text Example


Text Example

White with #FB1E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1E4D; }

 p { color: rgb(251,30,77); }

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

background-color css

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

 a { background-color: rgb(251,30,77); }

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

border-color css

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

 span { border-color: rgb(251,30,77); }

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