Html Css Color HEX #FB244A Amaranth

📋 copy color: '#FB244A'

red 251 ◦ green 36 ◦ blue 74

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

Shades of Amaranth #FB244A

Tints of Amaranth #FB244A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 69.53%
G = 9.97%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB244A (or 0xFB244A) is known color: Amaranth. HEX triplet: FB, 24 and 4A. RGB value is (251,36,74). Sum of RGB (Red+Green+Blue) = 251+36+74=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB244A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB244A is #04DBB5. Grayscale: #686868. Windows color (decimal): -318390 or 4859131. OLE color: 4859131.

HSL color Cylindrical-coordinate representation of color #FB244A: hue angle of 349.4º 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 #FB244A is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 36 74 -
CMYK 0 0.86 0.71 0.02
HSL 349.4º 0.96% 0.56% -
HSV(B) 349.4º 0.86% 0.98% -
XYZ 41.65 22.27 8.58 -
YUV 104.62 110.73 232.41 -
System Red Green Blue C M Y K H S L
Decimal 251 36 74 0 0.86 0.71 0.02 349.4 0.96 0.56
Hex FB 24 4A 0 56 47 2 15D 60 38
Octal 373 44 112 0 126 107 2 535 140 70
Binary 11111011 100100 1001010 0 1010110 1000111 10 101011101 1100000 111000

Color Harmonies of #FB244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB244A

Black with #FB244A

Text Example


Text Example

White with #FB244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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