Html Css Color HEX #FB224D Amaranth

📋 copy color: '#FB224D'

red 251 ◦ green 34 ◦ blue 77

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

Shades of Amaranth #FB224D

Tints of Amaranth #FB224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.39%

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

R = 69.34%
G = 9.39%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FB224D (or 0xFB224D) is known color: Amaranth. HEX triplet: FB, 22 and 4D. RGB value is (251,34,77). Sum of RGB (Red+Green+Blue) = 251+34+77=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB224D is #04DDB2. Grayscale: #676767. Windows color (decimal): -318899 or 5055227. OLE color: 5055227.

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

Color convert

RGB 251 34 77 -
CMYK 0 0.86 0.69 0.02
HSL 348.11º 0.96% 0.56% -
HSV(B) 348.11º 0.86% 0.98% -
XYZ 41.7 22.19 9.11 -
YUV 103.79 112.89 233 -
System Red Green Blue C M Y K H S L
Decimal 251 34 77 0 0.86 0.69 0.02 348.11 0.96 0.56
Hex FB 22 4D 0 56 45 2 15C 60 38
Octal 373 42 115 0 126 105 2 534 140 70
Binary 11111011 100010 1001101 0 1010110 1000101 10 101011100 1100000 111000

Color Harmonies of #FB224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB224D

Black with #FB224D

Text Example


Text Example

White with #FB224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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