Html Css Color HEX #F03547 Amaranth

📋 copy color: '#F03547'

red 240 ◦ green 53 ◦ blue 71

#F03547
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #F03547

Tints of Amaranth #F03547

RGB

 RED value IS 240 (94.14% from 255) = 65.93%

 GREEN value IS 53 (21.09% from 255) = 14.56%

 BLUE value IS 71 (28.13% from 255) = 19.51%

R = 65.93%
G = 14.56%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F03547 (or 0xF03547) is known color: Amaranth. HEX triplet: F0, 35 and 47. RGB value is (240,53,71). Sum of RGB (Red+Green+Blue) = 240+53+71=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F03547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03547 is #0FCAB8. Grayscale: #6F6F6F. Windows color (decimal): -1034937 or 4666864. OLE color: 4666864.

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

Color convert

RGB 240 53 71 -
CMYK 0 0.78 0.70 0.06
HSL 354.22º 0.86% 0.57% -
HSV(B) 354.22º 0.78% 0.94% -
XYZ 38.35 21.53 8.1 -
YUV 110.97 105.45 220.04 -
System Red Green Blue C M Y K H S L
Decimal 240 53 71 0 0.78 0.70 0.06 354.22 0.86 0.57
Hex F0 35 47 0 4E 46 6 162 56 39
Octal 360 65 107 0 116 106 6 542 126 71
Binary 11110000 110101 1000111 0 1001110 1000110 110 101100010 1010110 111001

Color Harmonies of #F03547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03547

Black with #F03547

Text Example


Text Example

White with #F03547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03547; }

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

 H1.HeaderClassName
 {
   color: #F03547;
 }
 .AnyTagClassName
 {
   color: #F03547;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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