Html Css Color HEX #FB2250 Amaranth

📋 copy color: '#FB2250'

red 251 ◦ green 34 ◦ blue 80

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

Shades of Amaranth #FB2250

Tints of Amaranth #FB2250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.92%

R = 68.77%
G = 9.32%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FB2250 (or 0xFB2250) is known color: Amaranth. HEX triplet: FB, 22 and 50. RGB value is (251,34,80). Sum of RGB (Red+Green+Blue) = 251+34+80=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2250 is #04DDAF. Grayscale: #686868. Windows color (decimal): -318896 or 5251835. OLE color: 5251835.

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

Color convert

RGB 251 34 80 -
CMYK 0 0.86 0.68 0.02
HSL 347.28º 0.96% 0.56% -
HSV(B) 347.28º 0.86% 0.98% -
XYZ 41.8 22.23 9.68 -
YUV 104.13 114.39 232.76 -
System Red Green Blue C M Y K H S L
Decimal 251 34 80 0 0.86 0.68 0.02 347.28 0.96 0.56
Hex FB 22 50 0 56 44 2 15B 60 38
Octal 373 42 120 0 126 104 2 533 140 70
Binary 11111011 100010 1010000 0 1010110 1000100 10 101011011 1100000 111000

Color Harmonies of #FB2250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2250

Black with #FB2250

Text Example


Text Example

White with #FB2250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2250; }

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

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

background-color css

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

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

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

border-color css

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

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

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