Html Css Color HEX #FB244D Amaranth

📋 copy color: '#FB244D'

red 251 ◦ green 36 ◦ blue 77

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

Shades of Amaranth #FB244D

Tints of Amaranth #FB244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.89%

 BLUE value IS 77 (30.47% from 255) = 21.15%

R = 68.96%
G = 9.89%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FB244D (or 0xFB244D) is known color: Amaranth. HEX triplet: FB, 24 and 4D. RGB value is (251,36,77). Sum of RGB (Red+Green+Blue) = 251+36+77=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB244D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB244D is #04DBB2. Grayscale: #696969. Windows color (decimal): -318387 or 5055739. OLE color: 5055739.

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

Color convert

RGB 251 36 77 -
CMYK 0 0.86 0.69 0.02
HSL 348.56º 0.96% 0.56% -
HSV(B) 348.56º 0.86% 0.98% -
XYZ 41.75 22.31 9.13 -
YUV 104.96 112.23 232.17 -
System Red Green Blue C M Y K H S L
Decimal 251 36 77 0 0.86 0.69 0.02 348.56 0.96 0.56
Hex FB 24 4D 0 56 45 2 15D 60 38
Octal 373 44 115 0 126 105 2 535 140 70
Binary 11111011 100100 1001101 0 1010110 1000101 10 101011101 1100000 111000

Color Harmonies of #FB244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB244D

Black with #FB244D

Text Example


Text Example

White with #FB244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB244D; }

 p { color: rgb(251,36,77); }

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

background-color css

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

 a { background-color: rgb(251,36,77); }

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

border-color css

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

 span { border-color: rgb(251,36,77); }

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