Html Css Color HEX #FA2F44 Amaranth

📋 copy color: '#FA2F44'

red 250 ◦ green 47 ◦ blue 68

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

Shades of Amaranth #FA2F44

Tints of Amaranth #FA2F44

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.88%

 BLUE value IS 68 (26.95% from 255) = 18.63%

R = 68.49%
G = 12.88%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA2F44 (or 0xFA2F44) is known color: Amaranth. HEX triplet: FA, 2F and 44. RGB value is (250,47,68). Sum of RGB (Red+Green+Blue) = 250+47+68=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F44 is #05D0BB. Grayscale: #6E6E6E. Windows color (decimal): -381116 or 4468730. OLE color: 4468730.

HSL color Cylindrical-coordinate representation of color #FA2F44: hue angle of 353.79º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2F44 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 47 68 -
CMYK 0 0.81 0.73 0.02
HSL 353.79º 0.95% 0.58% -
HSV(B) 353.79º 0.81% 0.98% -
XYZ 41.48 22.77 7.68 -
YUV 110.09 104.25 227.79 -
System Red Green Blue C M Y K H S L
Decimal 250 47 68 0 0.81 0.73 0.02 353.79 0.95 0.58
Hex FA 2F 44 0 51 49 2 162 5F 3A
Octal 372 57 104 0 121 111 2 542 137 72
Binary 11111010 101111 1000100 0 1010001 1001001 10 101100010 1011111 111010

Color Harmonies of #FA2F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F44

Black with #FA2F44

Text Example


Text Example

White with #FA2F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F44; }

 p { color: rgb(250,47,68); }

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

background-color css

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

 a { background-color: rgb(250,47,68); }

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

border-color css

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

 span { border-color: rgb(250,47,68); }

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