Html Css Color HEX #FB224B Amaranth

📋 copy color: '#FB224B'

red 251 ◦ green 34 ◦ blue 75

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

Shades of Amaranth #FB224B

Tints of Amaranth #FB224B

RGB

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

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

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

R = 69.72%
G = 9.44%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FB224B (or 0xFB224B) is known color: Amaranth. HEX triplet: FB, 22 and 4B. RGB value is (251,34,75). Sum of RGB (Red+Green+Blue) = 251+34+75=360 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.72% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 251 - color contains mainly: red. Hex color #FB224B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB224B is #04DDB4. Grayscale: #676767. Windows color (decimal): -318901 or 4924155. OLE color: 4924155.

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

Color convert

RGB 251 34 75 -
CMYK 0 0.86 0.70 0.02
HSL 348.66º 0.96% 0.56% -
HSV(B) 348.66º 0.86% 0.98% -
XYZ 41.63 22.16 8.74 -
YUV 103.56 111.89 233.17 -
System Red Green Blue C M Y K H S L
Decimal 251 34 75 0 0.86 0.70 0.02 348.66 0.96 0.56
Hex FB 22 4B 0 56 46 2 15D 60 38
Octal 373 42 113 0 126 106 2 535 140 70
Binary 11111011 100010 1001011 0 1010110 1000110 10 101011101 1100000 111000

Color Harmonies of #FB224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB224B

Black with #FB224B

Text Example


Text Example

White with #FB224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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