Html Css Color HEX #FA1B57 Amaranth

📋 copy color: '#FA1B57'

red 250 ◦ green 27 ◦ blue 87

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

Shades of Amaranth #FA1B57

Tints of Amaranth #FA1B57

RGB

 RED value IS 250 (98.05% from 255) = 68.68%

 GREEN value IS 27 (10.94% from 255) = 7.42%

 BLUE value IS 87 (34.38% from 255) = 23.9%

R = 68.68%
G = 7.42%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA1B57 (or 0xFA1B57) is known color: Amaranth. HEX triplet: FA, 1B and 57. RGB value is (250,27,87). Sum of RGB (Red+Green+Blue) = 250+27+87=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1B57 is #05E4A8. Grayscale: #646464. Windows color (decimal): -386217 or 5708794. OLE color: 5708794.

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

Color convert

RGB 250 27 87 -
CMYK 0 0.89 0.65 0.02
HSL 343.86º 0.96% 0.54% -
HSV(B) 343.86º 0.89% 0.98% -
XYZ 41.54 21.8 11.03 -
YUV 100.52 120.38 234.62 -
System Red Green Blue C M Y K H S L
Decimal 250 27 87 0 0.89 0.65 0.02 343.86 0.96 0.54
Hex FA 1B 57 0 59 41 2 158 60 36
Octal 372 33 127 0 131 101 2 530 140 66
Binary 11111010 11011 1010111 0 1011001 1000001 10 101011000 1100000 110110

Color Harmonies of #FA1B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1B57

Black with #FA1B57

Text Example


Text Example

White with #FA1B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1B57; }

 p { color: rgb(250,27,87); }

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

background-color css

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

 a { background-color: rgb(250,27,87); }

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

border-color css

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

 span { border-color: rgb(250,27,87); }

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