Html Css Color HEX #F03146 Amaranth

📋 copy color: '#F03146'

red 240 ◦ green 49 ◦ blue 70

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

Shades of Amaranth #F03146

Tints of Amaranth #F03146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.65%

 BLUE value IS 70 (27.73% from 255) = 19.5%

R = 66.85%
G = 13.65%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F03146 (or 0xF03146) is known color: Amaranth. HEX triplet: F0, 31 and 46. RGB value is (240,49,70). Sum of RGB (Red+Green+Blue) = 240+49+70=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F03146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03146 is #0FCEB9. Grayscale: #6C6C6C. Windows color (decimal): -1035962 or 4600304. OLE color: 4600304.

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

Color convert

RGB 240 49 70 -
CMYK 0 0.80 0.71 0.06
HSL 353.4º 0.86% 0.57% -
HSV(B) 353.4º 0.8% 0.94% -
XYZ 38.14 21.16 7.87 -
YUV 108.5 106.28 221.79 -
System Red Green Blue C M Y K H S L
Decimal 240 49 70 0 0.80 0.71 0.06 353.4 0.86 0.57
Hex F0 31 46 0 50 47 6 161 56 39
Octal 360 61 106 0 120 107 6 541 126 71
Binary 11110000 110001 1000110 0 1010000 1000111 110 101100001 1010110 111001

Color Harmonies of #F03146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03146

Black with #F03146

Text Example


Text Example

White with #F03146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03146; }

 p { color: rgb(240,49,70); }

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

background-color css

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

 a { background-color: rgb(240,49,70); }

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

border-color css

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

 span { border-color: rgb(240,49,70); }

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