Html Css Color HEX #FB2942 Amaranth

📋 copy color: '#FB2942'

red 251 ◦ green 41 ◦ blue 66

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

Shades of Amaranth #FB2942

Tints of Amaranth #FB2942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

 BLUE value IS 66 (26.17% from 255) = 18.44%

R = 70.11%
G = 11.45%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB2942 (or 0xFB2942) is known color: Amaranth. HEX triplet: FB, 29 and 42. RGB value is (251,41,66). Sum of RGB (Red+Green+Blue) = 251+41+66=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2942 is #04D6BD. Grayscale: #6A6A6A. Windows color (decimal): -317118 or 4336123. OLE color: 4336123.

HSL color Cylindrical-coordinate representation of color #FB2942: hue angle of 352.86º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB2942 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 41 66 -
CMYK 0 0.84 0.74 0.02
HSL 352.86º 0.96% 0.57% -
HSV(B) 352.86º 0.84% 0.98% -
XYZ 41.56 22.49 7.3 -
YUV 106.64 105.07 230.97 -
System Red Green Blue C M Y K H S L
Decimal 251 41 66 0 0.84 0.74 0.02 352.86 0.96 0.57
Hex FB 29 42 0 54 4A 2 161 60 39
Octal 373 51 102 0 124 112 2 541 140 71
Binary 11111011 101001 1000010 0 1010100 1001010 10 101100001 1100000 111001

Color Harmonies of #FB2942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2942

Black with #FB2942

Text Example


Text Example

White with #FB2942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2942; }

 p { color: rgb(251,41,66); }

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

background-color css

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

 a { background-color: rgb(251,41,66); }

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

border-color css

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

 span { border-color: rgb(251,41,66); }

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