#F7244B

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

Shades of Amaranth #F7244B

Tints of Amaranth #F7244B

Color information

#F7244B (or 0xF7244B) is unknown color: approx Amaranth. HEX triplet: F7, 24 and 4B. RGB value is (247,36,75). Sum of RGB (Red+Green+Blue) = 247+36+75=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F7244B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7244B is #08DBB4. Grayscale: #676767. Windows color (decimal): -580533 or 4924663. OLE color: 4924663.

HSL color Cylindrical-coordinate representation of color #F7244B: hue angle of 348.91º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7244B is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB2473675-
CMYK00.850.700.03
HSL348.91º92.95%55.49%-
HSV(B)348.91º85.43%96.86%-
XYZ40.2621.548.69-
YUV103.53111.9230.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 68.99%
GREEN value IS 36 (14.45% from 255) = 10.06%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=68.99%
G=10.06%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247367500.850.700.03348.9192.9555.49
HexF7244B05546315d5d37
Octal367441130125106353513567
Binary111101111001001001011010101011000110111010111011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7244B; }

 p { color: rgb(247,36,75); }

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

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

 a { background-color: rgb(247,36,75); }

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

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

 span { border-color: rgb(247,36,75); }

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