Html Css Color HEX #FB2F45 Amaranth

📋 copy color: '#FB2F45'

red 251 ◦ green 47 ◦ blue 69

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

Shades of Amaranth #FB2F45

Tints of Amaranth #FB2F45

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.81%

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

R = 68.39%
G = 12.81%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FB2F45 (or 0xFB2F45) is known color: Amaranth. HEX triplet: FB, 2F and 45. RGB value is (251,47,69). Sum of RGB (Red+Green+Blue) = 251+47+69=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2F45 is #04D0BA. Grayscale: #6E6E6E. Windows color (decimal): -315579 or 4534267. OLE color: 4534267.

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

Color convert

RGB 251 47 69 -
CMYK 0 0.81 0.73 0.02
HSL 353.53º 0.96% 0.58% -
HSV(B) 353.53º 0.81% 0.98% -
XYZ 41.87 22.97 7.86 -
YUV 110.5 104.59 228.21 -
System Red Green Blue C M Y K H S L
Decimal 251 47 69 0 0.81 0.73 0.02 353.53 0.96 0.58
Hex FB 2F 45 0 51 49 2 162 60 3A
Octal 373 57 105 0 121 111 2 542 140 72
Binary 11111011 101111 1000101 0 1010001 1001001 10 101100010 1100000 111010

Color Harmonies of #FB2F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F45

Black with #FB2F45

Text Example


Text Example

White with #FB2F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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