Html Css Color HEX #F0314E Amaranth

📋 copy color: '#F0314E'

red 240 ◦ green 49 ◦ blue 78

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

Shades of Amaranth #F0314E

Tints of Amaranth #F0314E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.25%

R = 65.4%
G = 13.35%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0314E (or 0xF0314E) is known color: Amaranth. HEX triplet: F0, 31 and 4E. RGB value is (240,49,78). Sum of RGB (Red+Green+Blue) = 240+49+78=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0314E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0314E is #0FCEB1. Grayscale: #6D6D6D. Windows color (decimal): -1035954 or 5124592. OLE color: 5124592.

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

Color convert

RGB 240 49 78 -
CMYK 0 0.80 0.68 0.06
HSL 350.89º 0.86% 0.57% -
HSV(B) 350.89º 0.8% 0.94% -
XYZ 38.41 21.27 9.29 -
YUV 109.42 110.28 221.14 -
System Red Green Blue C M Y K H S L
Decimal 240 49 78 0 0.80 0.68 0.06 350.89 0.86 0.57
Hex F0 31 4E 0 50 44 6 15F 56 39
Octal 360 61 116 0 120 104 6 537 126 71
Binary 11110000 110001 1001110 0 1010000 1000100 110 101011111 1010110 111001

Color Harmonies of #F0314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0314E

Black with #F0314E

Text Example


Text Example

White with #F0314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0314E; }

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

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

background-color css

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

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

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

border-color css

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

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

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