Html Css Color HEX #FB1850 Amaranth

📋 copy color: '#FB1850'

red 251 ◦ green 24 ◦ blue 80

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

Shades of Amaranth #FB1850

Tints of Amaranth #FB1850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.76%

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

R = 70.7%
G = 6.76%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FB1850 (or 0xFB1850) is known color: Amaranth. HEX triplet: FB, 18 and 50. RGB value is (251,24,80). Sum of RGB (Red+Green+Blue) = 251+24+80=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1850 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1850 is #04E7AF. Grayscale: #626262. Windows color (decimal): -321456 or 5249275. OLE color: 5249275.

HSL color Cylindrical-coordinate representation of color #FB1850: hue angle of 345.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1850 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 24 80 -
CMYK 0 0.90 0.68 0.02
HSL 345.2º 0.97% 0.54% -
HSV(B) 345.2º 0.9% 0.98% -
XYZ 41.56 21.74 9.6 -
YUV 98.26 117.71 236.95 -
System Red Green Blue C M Y K H S L
Decimal 251 24 80 0 0.90 0.68 0.02 345.2 0.97 0.54
Hex FB 18 50 0 5A 44 2 159 61 36
Octal 373 30 120 0 132 104 2 531 141 66
Binary 11111011 11000 1010000 0 1011010 1000100 10 101011001 1100001 110110

Color Harmonies of #FB1850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1850

Black with #FB1850

Text Example


Text Example

White with #FB1850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1850; }

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

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

background-color css

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

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

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

border-color css

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

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

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