Html Css Color HEX #FA2F42 Amaranth

📋 copy color: '#FA2F42'

red 250 ◦ green 47 ◦ blue 66

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

Shades of Amaranth #FA2F42

Tints of Amaranth #FA2F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 68.87%
G = 12.95%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA2F42 (or 0xFA2F42) is known color: Amaranth. HEX triplet: FA, 2F and 42. RGB value is (250,47,66). Sum of RGB (Red+Green+Blue) = 250+47+66=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F42 is #05D0BD. Grayscale: #6D6D6D. Windows color (decimal): -381118 or 4337658. OLE color: 4337658.

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

Color convert

RGB 250 47 66 -
CMYK 0 0.81 0.74 0.02
HSL 354.38º 0.95% 0.58% -
HSV(B) 354.38º 0.81% 0.98% -
XYZ 41.42 22.75 7.36 -
YUV 109.86 103.25 227.96 -
System Red Green Blue C M Y K H S L
Decimal 250 47 66 0 0.81 0.74 0.02 354.38 0.95 0.58
Hex FA 2F 42 0 51 4A 2 162 5F 3A
Octal 372 57 102 0 121 112 2 542 137 72
Binary 11111010 101111 1000010 0 1010001 1001010 10 101100010 1011111 111010

Color Harmonies of #FA2F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F42

Black with #FA2F42

Text Example


Text Example

White with #FA2F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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