#F9214A

Color #F9214A Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #F9214A

Tints of Amaranth #F9214A

Color information

#F9214A (or 0xF9214A) is unknown color: approx Amaranth. HEX triplet: F9, 21 and 4A. RGB value is (249,33,74). Sum of RGB (Red+Green+Blue) = 249+33+74=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F9214A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9214A is #06DEB5. Grayscale: #666666. Windows color (decimal): -450230 or 4858361. OLE color: 4858361.

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

Color convert

RGB2493374-
CMYK00.870.700.02
HSL348.61º94.74%55.29%-
HSV(B)348.61º86.75%97.65%-
XYZ40.8521.728.52-
YUV102.26112.06232.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 69.94%
GREEN value IS 33 (13.28% from 255) = 9.27%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=69.94%
G=9.27%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249337400.870.700.02348.6194.7455.29
HexF9214A05746215d5f37
Octal371411120127106253513767
Binary111110011000011001010010101111000110101010111011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9214A; }

 p { color: rgb(249,33,74); }

 H1.HeaderClassName
 {
   color: #F9214A;
 }
 .AnyTagClassName
 {
   color: #F9214A;
 }
</style>
background-color css

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

 a { background-color: rgb(249,33,74); }

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

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

 span { border-color: rgb(249,33,74); }

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