Html Css Color HEX #FB2D45 Amaranth

📋 copy color: '#FB2D45'

red 251 ◦ green 45 ◦ blue 69

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

Shades of Amaranth #FB2D45

Tints of Amaranth #FB2D45

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.33%

 BLUE value IS 69 (27.34% from 255) = 18.9%

R = 68.77%
G = 12.33%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FB2D45 (or 0xFB2D45) is known color: Amaranth. HEX triplet: FB, 2D and 45. RGB value is (251,45,69). Sum of RGB (Red+Green+Blue) = 251+45+69=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D45 is #04D2BA. Grayscale: #6D6D6D. Windows color (decimal): -316091 or 4533755. OLE color: 4533755.

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

Color convert

RGB 251 45 69 -
CMYK 0 0.82 0.73 0.02
HSL 353.01º 0.96% 0.58% -
HSV(B) 353.01º 0.82% 0.98% -
XYZ 41.8 22.82 7.83 -
YUV 109.33 105.25 229.05 -
System Red Green Blue C M Y K H S L
Decimal 251 45 69 0 0.82 0.73 0.02 353.01 0.96 0.58
Hex FB 2D 45 0 52 49 2 161 60 3A
Octal 373 55 105 0 122 111 2 541 140 72
Binary 11111011 101101 1000101 0 1010010 1001001 10 101100001 1100000 111010

Color Harmonies of #FB2D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2D45

Black with #FB2D45

Text Example


Text Example

White with #FB2D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2D45; }

 p { color: rgb(251,45,69); }

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

background-color css

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

 a { background-color: rgb(251,45,69); }

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

border-color css

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

 span { border-color: rgb(251,45,69); }

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