Html Css Color HEX #FB3243 Amaranth

📋 copy color: '#FB3243'

red 251 ◦ green 50 ◦ blue 67

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

Shades of Amaranth #FB3243

Tints of Amaranth #FB3243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.59%

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

R = 68.21%
G = 13.59%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FB3243 (or 0xFB3243) is known color: Amaranth. HEX triplet: FB, 32 and 43. RGB value is (251,50,67). Sum of RGB (Red+Green+Blue) = 251+50+67=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3243 is #04CDBC. Grayscale: #707070. Windows color (decimal): -314813 or 4403963. OLE color: 4403963.

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

Color convert

RGB 251 50 67 -
CMYK 0 0.80 0.73 0.02
HSL 354.93º 0.96% 0.59% -
HSV(B) 354.93º 0.8% 0.98% -
XYZ 41.94 23.2 7.58 -
YUV 112.04 102.59 227.12 -
System Red Green Blue C M Y K H S L
Decimal 251 50 67 0 0.80 0.73 0.02 354.93 0.96 0.59
Hex FB 32 43 0 50 49 2 163 60 3B
Octal 373 62 103 0 120 111 2 543 140 73
Binary 11111011 110010 1000011 0 1010000 1001001 10 101100011 1100000 111011

Color Harmonies of #FB3243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3243

Black with #FB3243

Text Example


Text Example

White with #FB3243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3243; }

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

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

background-color css

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

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

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

border-color css

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

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

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