Html Css Color HEX #FA254D Amaranth

📋 copy color: '#FA254D'

red 250 ◦ green 37 ◦ blue 77

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

Shades of Amaranth #FA254D

Tints of Amaranth #FA254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.16%

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

R = 68.68%
G = 10.16%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA254D (or 0xFA254D) is known color: Amaranth. HEX triplet: FA, 25 and 4D. RGB value is (250,37,77). Sum of RGB (Red+Green+Blue) = 250+37+77=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA254D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA254D is #05DAB2. Grayscale: #696969. Windows color (decimal): -383667 or 5055994. OLE color: 5055994.

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

Color convert

RGB 250 37 77 -
CMYK 0 0.85 0.69 0.02
HSL 348.73º 0.96% 0.56% -
HSV(B) 348.73º 0.85% 0.98% -
XYZ 41.43 22.18 9.12 -
YUV 105.25 112.07 231.25 -
System Red Green Blue C M Y K H S L
Decimal 250 37 77 0 0.85 0.69 0.02 348.73 0.96 0.56
Hex FA 25 4D 0 55 45 2 15D 60 38
Octal 372 45 115 0 125 105 2 535 140 70
Binary 11111010 100101 1001101 0 1010101 1000101 10 101011101 1100000 111000

Color Harmonies of #FA254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA254D

Black with #FA254D

Text Example


Text Example

White with #FA254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA254D; }

 p { color: rgb(250,37,77); }

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

background-color css

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

 a { background-color: rgb(250,37,77); }

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

border-color css

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

 span { border-color: rgb(250,37,77); }

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