Html Css Color HEX #F03156 Amaranth

📋 copy color: '#F03156'

red 240 ◦ green 49 ◦ blue 86

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

Shades of Amaranth #F03156

Tints of Amaranth #F03156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.93%

R = 64%
G = 13.07%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F03156 (or 0xF03156) is known color: Amaranth. HEX triplet: F0, 31 and 56. RGB value is (240,49,86). Sum of RGB (Red+Green+Blue) = 240+49+86=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F03156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03156 is #0FCEA9. Grayscale: #6E6E6E. Windows color (decimal): -1035946 or 5648880. OLE color: 5648880.

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

Color convert

RGB 240 49 86 -
CMYK 0 0.80 0.64 0.06
HSL 348.38º 0.86% 0.57% -
HSV(B) 348.38º 0.8% 0.94% -
XYZ 38.71 21.39 10.89 -
YUV 110.33 114.28 220.49 -
System Red Green Blue C M Y K H S L
Decimal 240 49 86 0 0.80 0.64 0.06 348.38 0.86 0.57
Hex F0 31 56 0 50 40 6 15C 56 39
Octal 360 61 126 0 120 100 6 534 126 71
Binary 11110000 110001 1010110 0 1010000 1000000 110 101011100 1010110 111001

Color Harmonies of #F03156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03156

Black with #F03156

Text Example


Text Example

White with #F03156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03156; }

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

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

background-color css

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

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

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

border-color css

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

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

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