#F21F4D

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

Shades of Amaranth #F21F4D

Tints of Amaranth #F21F4D

Color information

#F21F4D (or 0xF21F4D) is unknown color: approx Amaranth. HEX triplet: F2, 1F and 4D. RGB value is (242,31,77). Sum of RGB (Red+Green+Blue) = 242+31+77=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21F4D is #0DE0B2. Grayscale: #636363. Windows color (decimal): -909491 or 5054450. OLE color: 5054450.

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

Color convert

RGB2423177-
CMYK00.870.680.05
HSL346.92º89.03%53.53%-
HSV(B)346.92º87.19%94.9%-
XYZ38.4520.398.93-
YUV99.33115.4229.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 69.14%
GREEN value IS 31 (12.5% from 255) = 8.86%
BLUE value IS 77 (30.47% from 255) = 22%
R=69.14%
G=8.86%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242317700.870.680.05346.9289.0353.53
HexF21F4D05744515b5936
Octal362371150127104553313166
Binary111100101111110011010101011110001001011010110111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21F4D; }

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

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

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

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

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

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

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

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