#F01B47

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

Shades of Amaranth #F01B47

Tints of Amaranth #F01B47

Color information

#F01B47 (or 0xF01B47) is unknown color: approx Amaranth. HEX triplet: F0, 1B and 47. RGB value is (240,27,71). Sum of RGB (Red+Green+Blue) = 240+27+71=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01B47 is #0FE4B8. Grayscale: #5F5F5F. Windows color (decimal): -1041593 or 4660208. OLE color: 4660208.

HSL color Cylindrical-coordinate representation of color #F01B47: hue angle of 347.61º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01B47 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB2402771-
CMYK00.890.700.06
HSL347.61º87.65%52.35%-
HSV(B)347.61º88.75%94.12%-
XYZ37.4619.767.8-
YUV95.7114.07230.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.01%
GREEN value IS 27 (10.94% from 255) = 7.99%
BLUE value IS 71 (28.12% from 255) = 21.01%
R=71.01%
G=7.99%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240277100.890.700.06347.6187.6552.35
HexF01B4705946615c5834
Octal360331070131106653413064
Binary111100001101110001110101100110001101101010111001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01B47; }

 p { color: rgb(240,27,71); }

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

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

 a { background-color: rgb(240,27,71); }

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

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

 span { border-color: rgb(240,27,71); }

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