#F92A4A

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

Shades of Amaranth #F92A4A

Tints of Amaranth #F92A4A

Color information

#F92A4A (or 0xF92A4A) is unknown color: approx Amaranth. HEX triplet: F9, 2A and 4A. RGB value is (249,42,74). Sum of RGB (Red+Green+Blue) = 249+42+74=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92A4A is #06D5B5. Grayscale: #6B6B6B. Windows color (decimal): -447926 or 4860665. OLE color: 4860665.

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

Color convert

RGB2494274-
CMYK00.830.700.02
HSL350.72º94.52%57.06%-
HSV(B)350.72º83.13%97.65%-
XYZ41.1322.298.61-
YUV107.54109.08228.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 68.22%
GREEN value IS 42 (16.80% from 255) = 11.51%
BLUE value IS 74 (29.30% from 255) = 20.27%
R=68.22%
G=11.51%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249427400.830.700.02350.7294.5257.06
HexF92A4A05346215f5f39
Octal371521120123106253713771
Binary111110011010101001010010100111000110101010111111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92A4A; }

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

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

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

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

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

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

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

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