#F21F4F

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

Shades of Amaranth #F21F4F

Tints of Amaranth #F21F4F

Color information

#F21F4F (or 0xF21F4F) is unknown color: approx Amaranth. HEX triplet: F2, 1F and 4F. RGB value is (242,31,79). Sum of RGB (Red+Green+Blue) = 242+31+79=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21F4F is #0DE0B0. Grayscale: #636363. Windows color (decimal): -909489 or 5185522. OLE color: 5185522.

HSL color Cylindrical-coordinate representation of color #F21F4F: hue angle of 346.35º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21F4F is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB2423179-
CMYK00.870.670.05
HSL346.35º89.03%53.53%-
HSV(B)346.35º87.19%94.9%-
XYZ38.5220.429.31-
YUV99.56116.4229.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 68.75%
GREEN value IS 31 (12.5% from 255) = 8.81%
BLUE value IS 79 (31.25% from 255) = 22.44%
R=68.75%
G=8.81%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242317900.870.670.05346.3589.0353.53
HexF21F4F05743515a5936
Octal362371170127103553213166
Binary111100101111110011110101011110000111011010110101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21F4F; }

 p { color: rgb(242,31,79); }

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

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

 a { background-color: rgb(242,31,79); }

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

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

 span { border-color: rgb(242,31,79); }

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