Html Css Color HEX #FB214D Amaranth

📋 copy color: '#FB214D'

red 251 ◦ green 33 ◦ blue 77

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

Shades of Amaranth #FB214D

Tints of Amaranth #FB214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.14%

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

R = 69.53%
G = 9.14%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FB214D (or 0xFB214D) is known color: Amaranth. HEX triplet: FB, 21 and 4D. RGB value is (251,33,77). Sum of RGB (Red+Green+Blue) = 251+33+77=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB214D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB214D is #04DEB2. Grayscale: #676767. Windows color (decimal): -319155 or 5054971. OLE color: 5054971.

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

Color convert

RGB 251 33 77 -
CMYK 0 0.87 0.69 0.02
HSL 347.89º 0.96% 0.56% -
HSV(B) 347.89º 0.87% 0.98% -
XYZ 41.67 22.13 9.1 -
YUV 103.2 113.22 233.42 -
System Red Green Blue C M Y K H S L
Decimal 251 33 77 0 0.87 0.69 0.02 347.89 0.96 0.56
Hex FB 21 4D 0 57 45 2 15C 60 38
Octal 373 41 115 0 127 105 2 534 140 70
Binary 11111011 100001 1001101 0 1010111 1000101 10 101011100 1100000 111000

Color Harmonies of #FB214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB214D

Black with #FB214D

Text Example


Text Example

White with #FB214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB214D; }

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

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

background-color css

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

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

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

border-color css

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

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

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