Html Css Color HEX #FB2743 Amaranth

📋 copy color: '#FB2743'

red 251 ◦ green 39 ◦ blue 67

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

Shades of Amaranth #FB2743

Tints of Amaranth #FB2743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.92%

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

R = 70.31%
G = 10.92%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FB2743 (or 0xFB2743) is known color: Amaranth. HEX triplet: FB, 27 and 43. RGB value is (251,39,67). Sum of RGB (Red+Green+Blue) = 251+39+67=357 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.31% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2743 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2743 is #04D8BC. Grayscale: #696969. Windows color (decimal): -317629 or 4401147. OLE color: 4401147.

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

Color convert

RGB 251 39 67 -
CMYK 0 0.84 0.73 0.02
HSL 352.08º 0.96% 0.57% -
HSV(B) 352.08º 0.84% 0.98% -
XYZ 41.52 22.37 7.44 -
YUV 105.58 106.24 231.72 -
System Red Green Blue C M Y K H S L
Decimal 251 39 67 0 0.84 0.73 0.02 352.08 0.96 0.57
Hex FB 27 43 0 54 49 2 160 60 39
Octal 373 47 103 0 124 111 2 540 140 71
Binary 11111011 100111 1000011 0 1010100 1001001 10 101100000 1100000 111001

Color Harmonies of #FB2743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2743

Black with #FB2743

Text Example


Text Example

White with #FB2743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2743; }

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

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

background-color css

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

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

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

border-color css

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

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

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