Html Css Color HEX #FA264E Amaranth

📋 copy color: '#FA264E'

red 250 ◦ green 38 ◦ blue 78

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

Shades of Amaranth #FA264E

Tints of Amaranth #FA264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.38%

 BLUE value IS 78 (30.86% from 255) = 21.31%

R = 68.31%
G = 10.38%
B = 21.31%

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

#FA264E (or 0xFA264E) is known color: Amaranth. HEX triplet: FA, 26 and 4E. RGB value is (250,38,78). Sum of RGB (Red+Green+Blue) = 250+38+78=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA264E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA264E is #05D9B1. Grayscale: #6A6A6A. Windows color (decimal): -383410 or 5121786. OLE color: 5121786.

HSL color Cylindrical-coordinate representation of color #FA264E: hue angle of 348.68º degrees, saturation: 0.95, 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 #FA264E is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 38 78 -
CMYK 0 0.85 0.69 0.02
HSL 348.68º 0.95% 0.56% -
HSV(B) 348.68º 0.85% 0.98% -
XYZ 41.49 22.26 9.32 -
YUV 105.95 112.24 230.75 -
System Red Green Blue C M Y K H S L
Decimal 250 38 78 0 0.85 0.69 0.02 348.68 0.95 0.56
Hex FA 26 4E 0 55 45 2 15D 5F 38
Octal 372 46 116 0 125 105 2 535 137 70
Binary 11111010 100110 1001110 0 1010101 1000101 10 101011101 1011111 111000

Color Harmonies of #FA264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA264E

Black with #FA264E

Text Example


Text Example

White with #FA264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA264E; }

 p { color: rgb(250,38,78); }

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

background-color css

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

 a { background-color: rgb(250,38,78); }

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

border-color css

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

 span { border-color: rgb(250,38,78); }

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