Html Css Color HEX #FB3043 Amaranth

📋 copy color: '#FB3043'

red 251 ◦ green 48 ◦ blue 67

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

Shades of Amaranth #FB3043

Tints of Amaranth #FB3043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.11%

 BLUE value IS 67 (26.56% from 255) = 18.31%

R = 68.58%
G = 13.11%
B = 18.31%

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

#FB3043 (or 0xFB3043) is known color: Amaranth. HEX triplet: FB, 30 and 43. RGB value is (251,48,67). Sum of RGB (Red+Green+Blue) = 251+48+67=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3043 is #04CFBC. Grayscale: #6E6E6E. Windows color (decimal): -315325 or 4403451. OLE color: 4403451.

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

Color convert

RGB 251 48 67 -
CMYK 0 0.81 0.73 0.02
HSL 354.38º 0.96% 0.59% -
HSV(B) 354.38º 0.81% 0.98% -
XYZ 41.85 23.03 7.55 -
YUV 110.86 103.25 227.96 -
System Red Green Blue C M Y K H S L
Decimal 251 48 67 0 0.81 0.73 0.02 354.38 0.96 0.59
Hex FB 30 43 0 51 49 2 162 60 3B
Octal 373 60 103 0 121 111 2 542 140 73
Binary 11111011 110000 1000011 0 1010001 1001001 10 101100010 1100000 111011

Color Harmonies of #FB3043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3043

Black with #FB3043

Text Example


Text Example

White with #FB3043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3043; }

 p { color: rgb(251,48,67); }

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

background-color css

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

 a { background-color: rgb(251,48,67); }

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

border-color css

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

 span { border-color: rgb(251,48,67); }

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