Html Css Color HEX #FB2842 Amaranth

📋 copy color: '#FB2842'

red 251 ◦ green 40 ◦ blue 66

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

Shades of Amaranth #FB2842

Tints of Amaranth #FB2842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.2%

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

R = 70.31%
G = 11.2%
B = 18.49%

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

#FB2842 (or 0xFB2842) is known color: Amaranth. HEX triplet: FB, 28 and 42. RGB value is (251,40,66). Sum of RGB (Red+Green+Blue) = 251+40+66=357 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.31% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2842 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2842 is #04D7BD. Grayscale: #6A6A6A. Windows color (decimal): -317374 or 4335867. OLE color: 4335867.

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

Color convert

RGB 251 40 66 -
CMYK 0 0.84 0.74 0.02
HSL 352.61º 0.96% 0.57% -
HSV(B) 352.61º 0.84% 0.98% -
XYZ 41.53 22.42 7.29 -
YUV 106.05 105.4 231.39 -
System Red Green Blue C M Y K H S L
Decimal 251 40 66 0 0.84 0.74 0.02 352.61 0.96 0.57
Hex FB 28 42 0 54 4A 2 161 60 39
Octal 373 50 102 0 124 112 2 541 140 71
Binary 11111011 101000 1000010 0 1010100 1001010 10 101100001 1100000 111001

Color Harmonies of #FB2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2842

Black with #FB2842

Text Example


Text Example

White with #FB2842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2842; }

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

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

background-color css

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

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

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

border-color css

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

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

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