#F21F58

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

Shades of Amaranth #F21F58

Tints of Amaranth #F21F58

Color information

#F21F58 (or 0xF21F58) is unknown color: approx Amaranth. HEX triplet: F2, 1F and 58. RGB value is (242,31,88). Sum of RGB (Red+Green+Blue) = 242+31+88=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21F58 is #0DE0A7. Grayscale: #646464. Windows color (decimal): -909480 or 5775346. OLE color: 5775346.

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

Color convert

RGB2423188-
CMYK00.870.640.05
HSL343.79º89.03%53.53%-
HSV(B)343.79º87.19%94.9%-
XYZ38.8720.5611.15-
YUV100.59120.9228.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 67.04%
GREEN value IS 31 (12.5% from 255) = 8.59%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=67.04%
G=8.59%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242318800.870.640.05343.7989.0353.53
HexF21F580574051585936
Octal362371300127100553013166
Binary111100101111110110000101011110000001011010110001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21F58; }

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

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

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

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

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

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

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

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