#F21F50

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

Shades of Amaranth #F21F50

Tints of Amaranth #F21F50

Color information

#F21F50 (or 0xF21F50) is unknown color: approx Amaranth. HEX triplet: F2, 1F and 50. RGB value is (242,31,80). Sum of RGB (Red+Green+Blue) = 242+31+80=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21F50 is #0DE0AF. Grayscale: #636363. Windows color (decimal): -909488 or 5251058. OLE color: 5251058.

HSL color Cylindrical-coordinate representation of color #F21F50: hue angle of 346.07º 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 #F21F50 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB2423180-
CMYK00.870.670.05
HSL346.07º89.03%53.53%-
HSV(B)346.07º87.19%94.9%-
XYZ38.5620.449.5-
YUV99.68116.9229.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 68.56%
GREEN value IS 31 (12.5% from 255) = 8.78%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=68.56%
G=8.78%
B=22.66%

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
Decimal242318000.870.670.05346.0789.0353.53
HexF21F5005743515a5936
Octal362371200127103553213166
Binary111100101111110100000101011110000111011010110101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21F50; }

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

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

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

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

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

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

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

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