Html Css Color HEX #FB3642 Amaranth

📋 copy color: '#FB3642'

red 251 ◦ green 54 ◦ blue 66

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

Shades of Amaranth #FB3642

Tints of Amaranth #FB3642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.56%

 BLUE value IS 66 (26.17% from 255) = 17.79%

R = 67.65%
G = 14.56%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB3642 (or 0xFB3642) is known color: Amaranth. HEX triplet: FB, 36 and 42. RGB value is (251,54,66). Sum of RGB (Red+Green+Blue) = 251+54+66=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3642 is #04C9BD. Grayscale: #727272. Windows color (decimal): -313790 or 4339451. OLE color: 4339451.

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

Color convert

RGB 251 54 66 -
CMYK 0 0.78 0.74 0.02
HSL 356.35º 0.96% 0.6% -
HSV(B) 356.35º 0.78% 0.98% -
XYZ 42.09 23.54 7.48 -
YUV 114.27 100.77 225.52 -
System Red Green Blue C M Y K H S L
Decimal 251 54 66 0 0.78 0.74 0.02 356.35 0.96 0.6
Hex FB 36 42 0 4E 4A 2 164 60 3C
Octal 373 66 102 0 116 112 2 544 140 74
Binary 11111011 110110 1000010 0 1001110 1001010 10 101100100 1100000 111100

Color Harmonies of #FB3642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3642

Black with #FB3642

Text Example


Text Example

White with #FB3642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3642; }

 p { color: rgb(251,54,66); }

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

background-color css

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

 a { background-color: rgb(251,54,66); }

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

border-color css

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

 span { border-color: rgb(251,54,66); }

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