Html Css Color HEX #F03159 Amaranth

📋 copy color: '#F03159'

red 240 ◦ green 49 ◦ blue 89

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

Shades of Amaranth #F03159

Tints of Amaranth #F03159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.54%

R = 63.49%
G = 12.96%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F03159 (or 0xF03159) is known color: Amaranth. HEX triplet: F0, 31 and 59. RGB value is (240,49,89). Sum of RGB (Red+Green+Blue) = 240+49+89=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F03159 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03159 is #0FCEA6. Grayscale: #6E6E6E. Windows color (decimal): -1035943 or 5845488. OLE color: 5845488.

HSL color Cylindrical-coordinate representation of color #F03159: hue angle of 347.43º 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 #F03159 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 89 -
CMYK 0 0.80 0.63 0.06
HSL 347.43º 0.86% 0.57% -
HSV(B) 347.43º 0.8% 0.94% -
XYZ 38.84 21.44 11.54 -
YUV 110.67 115.78 220.25 -
System Red Green Blue C M Y K H S L
Decimal 240 49 89 0 0.80 0.63 0.06 347.43 0.86 0.57
Hex F0 31 59 0 50 3F 6 15B 56 39
Octal 360 61 131 0 120 77 6 533 126 71
Binary 11110000 110001 1011001 0 1010000 111111 110 101011011 1010110 111001

Color Harmonies of #F03159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03159

Black with #F03159

Text Example


Text Example

White with #F03159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03159; }

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

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

background-color css

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

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

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

border-color css

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

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

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