Html Css Color HEX #FB244E Amaranth

📋 copy color: '#FB244E'

red 251 ◦ green 36 ◦ blue 78

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

Shades of Amaranth #FB244E

Tints of Amaranth #FB244E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.37%

R = 68.77%
G = 9.86%
B = 21.37%

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

#FB244E (or 0xFB244E) is known color: Amaranth. HEX triplet: FB, 24 and 4E. RGB value is (251,36,78). Sum of RGB (Red+Green+Blue) = 251+36+78=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB244E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB244E is #04DBB1. Grayscale: #696969. Windows color (decimal): -318386 or 5121275. OLE color: 5121275.

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

Color convert

RGB 251 36 78 -
CMYK 0 0.86 0.69 0.02
HSL 348.28º 0.96% 0.56% -
HSV(B) 348.28º 0.86% 0.98% -
XYZ 41.79 22.32 9.31 -
YUV 105.07 112.73 232.08 -
System Red Green Blue C M Y K H S L
Decimal 251 36 78 0 0.86 0.69 0.02 348.28 0.96 0.56
Hex FB 24 4E 0 56 45 2 15C 60 38
Octal 373 44 116 0 126 105 2 534 140 70
Binary 11111011 100100 1001110 0 1010110 1000101 10 101011100 1100000 111000

Color Harmonies of #FB244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB244E

Black with #FB244E

Text Example


Text Example

White with #FB244E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB244E; }

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

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

background-color css

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

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

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

border-color css

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

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

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