Html Css Color HEX #FA244C Amaranth

📋 copy color: '#FA244C'

red 250 ◦ green 36 ◦ blue 76

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

Shades of Amaranth #FA244C

Tints of Amaranth #FA244C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.99%

R = 69.06%
G = 9.94%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA244C (or 0xFA244C) is known color: Amaranth. HEX triplet: FA, 24 and 4C. RGB value is (250,36,76). Sum of RGB (Red+Green+Blue) = 250+36+76=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA244C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA244C is #05DBB3. Grayscale: #686868. Windows color (decimal): -383924 or 4990202. OLE color: 4990202.

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

Color convert

RGB 250 36 76 -
CMYK 0 0.86 0.70 0.02
HSL 348.79º 0.96% 0.56% -
HSV(B) 348.79º 0.86% 0.98% -
XYZ 41.36 22.11 8.92 -
YUV 104.55 111.9 231.75 -
System Red Green Blue C M Y K H S L
Decimal 250 36 76 0 0.86 0.70 0.02 348.79 0.96 0.56
Hex FA 24 4C 0 56 46 2 15D 60 38
Octal 372 44 114 0 126 106 2 535 140 70
Binary 11111010 100100 1001100 0 1010110 1000110 10 101011101 1100000 111000

Color Harmonies of #FA244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA244C

Black with #FA244C

Text Example


Text Example

White with #FA244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA244C; }

 p { color: rgb(250,36,76); }

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

background-color css

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

 a { background-color: rgb(250,36,76); }

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

border-color css

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

 span { border-color: rgb(250,36,76); }

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