Html Css Color HEX #F0314F Amaranth

📋 copy color: '#F0314F'

red 240 ◦ green 49 ◦ blue 79

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

Shades of Amaranth #F0314F

Tints of Amaranth #F0314F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.47%

R = 65.22%
G = 13.32%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0314F (or 0xF0314F) is known color: Amaranth. HEX triplet: F0, 31 and 4F. RGB value is (240,49,79). Sum of RGB (Red+Green+Blue) = 240+49+79=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0314F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0314F is #0FCEB0. Grayscale: #6D6D6D. Windows color (decimal): -1035953 or 5190128. OLE color: 5190128.

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

Color convert

RGB 240 49 79 -
CMYK 0 0.80 0.67 0.06
HSL 350.58º 0.86% 0.57% -
HSV(B) 350.58º 0.8% 0.94% -
XYZ 38.44 21.29 9.48 -
YUV 109.53 110.78 221.06 -
System Red Green Blue C M Y K H S L
Decimal 240 49 79 0 0.80 0.67 0.06 350.58 0.86 0.57
Hex F0 31 4F 0 50 43 6 15F 56 39
Octal 360 61 117 0 120 103 6 537 126 71
Binary 11110000 110001 1001111 0 1010000 1000011 110 101011111 1010110 111001

Color Harmonies of #F0314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0314F

Black with #F0314F

Text Example


Text Example

White with #F0314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0314F; }

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

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

background-color css

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

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

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

border-color css

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

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

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