Html Css Color HEX #FB3442 Amaranth

📋 copy color: '#FB3442'

red 251 ◦ green 52 ◦ blue 66

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

Shades of Amaranth #FB3442

Tints of Amaranth #FB3442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.09%

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

R = 68.02%
G = 14.09%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB3442 (or 0xFB3442) is known color: Amaranth. HEX triplet: FB, 34 and 42. RGB value is (251,52,66). Sum of RGB (Red+Green+Blue) = 251+52+66=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3442 is #04CBBD. Grayscale: #717171. Windows color (decimal): -314302 or 4338939. OLE color: 4338939.

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

Color convert

RGB 251 52 66 -
CMYK 0 0.79 0.74 0.02
HSL 355.78º 0.96% 0.59% -
HSV(B) 355.78º 0.79% 0.98% -
XYZ 42 23.36 7.45 -
YUV 113.1 101.43 226.36 -
System Red Green Blue C M Y K H S L
Decimal 251 52 66 0 0.79 0.74 0.02 355.78 0.96 0.59
Hex FB 34 42 0 4F 4A 2 164 60 3B
Octal 373 64 102 0 117 112 2 544 140 73
Binary 11111011 110100 1000010 0 1001111 1001010 10 101100100 1100000 111011

Color Harmonies of #FB3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3442

Black with #FB3442

Text Example


Text Example

White with #FB3442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3442; }

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

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

background-color css

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

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

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

border-color css

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

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

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