#F21F59

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

Shades of Amaranth #F21F59

Tints of Amaranth #F21F59

Color information

#F21F59 (or 0xF21F59) is unknown color: approx Amaranth. HEX triplet: F2, 1F and 59. RGB value is (242,31,89). Sum of RGB (Red+Green+Blue) = 242+31+89=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21F59 is #0DE0A6. Grayscale: #646464. Windows color (decimal): -909479 or 5840882. OLE color: 5840882.

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

Color convert

RGB2423189-
CMYK00.870.630.05
HSL343.51º89.03%53.53%-
HSV(B)343.51º87.19%94.9%-
XYZ38.9120.5811.37-
YUV100.7121.4228.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 66.85%
GREEN value IS 31 (12.5% from 255) = 8.56%
BLUE value IS 89 (35.16% from 255) = 24.59%
R=66.85%
G=8.56%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242318900.870.630.05343.5189.0353.53
HexF21F590573F51585936
Octal36237131012777553013166
Binary11110010111111011001010101111111111011010110001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21F59; }

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

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

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

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

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

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

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

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