Html Css Color HEX #FA244F Amaranth

📋 copy color: '#FA244F'

red 250 ◦ green 36 ◦ blue 79

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

Shades of Amaranth #FA244F

Tints of Amaranth #FA244F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.64%

R = 68.49%
G = 9.86%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA244F (or 0xFA244F) is known color: Amaranth. HEX triplet: FA, 24 and 4F. RGB value is (250,36,79). Sum of RGB (Red+Green+Blue) = 250+36+79=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA244F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA244F is #05DBB0. Grayscale: #686868. Windows color (decimal): -383921 or 5186810. OLE color: 5186810.

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

Color convert

RGB 250 36 79 -
CMYK 0 0.86 0.68 0.02
HSL 347.94º 0.96% 0.56% -
HSV(B) 347.94º 0.86% 0.98% -
XYZ 41.47 22.15 9.49 -
YUV 104.89 113.4 231.5 -
System Red Green Blue C M Y K H S L
Decimal 250 36 79 0 0.86 0.68 0.02 347.94 0.96 0.56
Hex FA 24 4F 0 56 44 2 15C 60 38
Octal 372 44 117 0 126 104 2 534 140 70
Binary 11111010 100100 1001111 0 1010110 1000100 10 101011100 1100000 111000

Color Harmonies of #FA244F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA244F

Black with #FA244F

Text Example


Text Example

White with #FA244F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA244F; }

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

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

background-color css

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

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

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

border-color css

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

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

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