Html Css Color HEX #FB204E Amaranth

📋 copy color: '#FB204E'

red 251 ◦ green 32 ◦ blue 78

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

Shades of Amaranth #FB204E

Tints of Amaranth #FB204E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.86%

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

R = 69.53%
G = 8.86%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FB204E (or 0xFB204E) is known color: Amaranth. HEX triplet: FB, 20 and 4E. RGB value is (251,32,78). Sum of RGB (Red+Green+Blue) = 251+32+78=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB204E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB204E is #04DFB1. Grayscale: #666666. Windows color (decimal): -319410 or 5120251. OLE color: 5120251.

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

Color convert

RGB 251 32 78 -
CMYK 0 0.87 0.69 0.02
HSL 347.4º 0.96% 0.55% -
HSV(B) 347.4º 0.87% 0.98% -
XYZ 41.68 22.09 9.28 -
YUV 102.73 114.05 233.76 -
System Red Green Blue C M Y K H S L
Decimal 251 32 78 0 0.87 0.69 0.02 347.4 0.96 0.55
Hex FB 20 4E 0 57 45 2 15B 60 37
Octal 373 40 116 0 127 105 2 533 140 67
Binary 11111011 100000 1001110 0 1010111 1000101 10 101011011 1100000 110111

Color Harmonies of #FB204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB204E

Black with #FB204E

Text Example


Text Example

White with #FB204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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