Html Css Color HEX #FB2A48 Amaranth

📋 copy color: '#FB2A48'

red 251 ◦ green 42 ◦ blue 72

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

Shades of Amaranth #FB2A48

Tints of Amaranth #FB2A48

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.51%

 BLUE value IS 72 (28.52% from 255) = 19.73%

R = 68.77%
G = 11.51%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB2A48 (or 0xFB2A48) is known color: Amaranth. HEX triplet: FB, 2A and 48. RGB value is (251,42,72). Sum of RGB (Red+Green+Blue) = 251+42+72=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2A48 is #04D5B7. Grayscale: #6C6C6C. Windows color (decimal): -316856 or 4729595. OLE color: 4729595.

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

Color convert

RGB 251 42 72 -
CMYK 0 0.83 0.71 0.02
HSL 351.39º 0.96% 0.57% -
HSV(B) 351.39º 0.83% 0.98% -
XYZ 41.78 22.63 8.3 -
YUV 107.91 107.74 230.06 -
System Red Green Blue C M Y K H S L
Decimal 251 42 72 0 0.83 0.71 0.02 351.39 0.96 0.57
Hex FB 2A 48 0 53 47 2 15F 60 39
Octal 373 52 110 0 123 107 2 537 140 71
Binary 11111011 101010 1001000 0 1010011 1000111 10 101011111 1100000 111001

Color Harmonies of #FB2A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2A48

Black with #FB2A48

Text Example


Text Example

White with #FB2A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2A48; }

 p { color: rgb(251,42,72); }

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

background-color css

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

 a { background-color: rgb(251,42,72); }

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

border-color css

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

 span { border-color: rgb(251,42,72); }

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