Html Css Color HEX #FB1955 Amaranth

📋 copy color: '#FB1955'

red 251 ◦ green 25 ◦ blue 85

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

Shades of Amaranth #FB1955

Tints of Amaranth #FB1955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.93%

 BLUE value IS 85 (33.59% from 255) = 23.55%

R = 69.53%
G = 6.93%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FB1955 (or 0xFB1955) is known color: Amaranth. HEX triplet: FB, 19 and 55. RGB value is (251,25,85). Sum of RGB (Red+Green+Blue) = 251+25+85=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1955 is #04E6AA. Grayscale: #636363. Windows color (decimal): -321195 or 5577211. OLE color: 5577211.

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

Color convert

RGB 251 25 85 -
CMYK 0 0.90 0.66 0.02
HSL 344.07º 0.97% 0.54% -
HSV(B) 344.07º 0.9% 0.98% -
XYZ 41.77 21.86 10.61 -
YUV 99.41 119.87 236.12 -
System Red Green Blue C M Y K H S L
Decimal 251 25 85 0 0.90 0.66 0.02 344.07 0.97 0.54
Hex FB 19 55 0 5A 42 2 158 61 36
Octal 373 31 125 0 132 102 2 530 141 66
Binary 11111011 11001 1010101 0 1011010 1000010 10 101011000 1100001 110110

Color Harmonies of #FB1955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1955

Black with #FB1955

Text Example


Text Example

White with #FB1955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1955; }

 p { color: rgb(251,25,85); }

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

background-color css

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

 a { background-color: rgb(251,25,85); }

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

border-color css

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

 span { border-color: rgb(251,25,85); }

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