Html Css Color HEX #FB224F Amaranth

📋 copy color: '#FB224F'

red 251 ◦ green 34 ◦ blue 79

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

Shades of Amaranth #FB224F

Tints of Amaranth #FB224F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.7%

R = 68.96%
G = 9.34%
B = 21.7%

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

#FB224F (or 0xFB224F) is known color: Amaranth. HEX triplet: FB, 22 and 4F. RGB value is (251,34,79). Sum of RGB (Red+Green+Blue) = 251+34+79=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB224F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB224F is #04DDB0. Grayscale: #686868. Windows color (decimal): -318897 or 5186299. OLE color: 5186299.

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

Color convert

RGB 251 34 79 -
CMYK 0 0.86 0.69 0.02
HSL 347.56º 0.96% 0.56% -
HSV(B) 347.56º 0.86% 0.98% -
XYZ 41.77 22.22 9.48 -
YUV 104.01 113.89 232.84 -
System Red Green Blue C M Y K H S L
Decimal 251 34 79 0 0.86 0.69 0.02 347.56 0.96 0.56
Hex FB 22 4F 0 56 45 2 15C 60 38
Octal 373 42 117 0 126 105 2 534 140 70
Binary 11111011 100010 1001111 0 1010110 1000101 10 101011100 1100000 111000

Color Harmonies of #FB224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB224F

Black with #FB224F

Text Example


Text Example

White with #FB224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB224F; }

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

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

background-color css

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

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

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

border-color css

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

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

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