Html Css Color HEX #F0394E Amaranth

📋 copy color: '#F0394E'

red 240 ◦ green 57 ◦ blue 78

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

Shades of Amaranth #F0394E

Tints of Amaranth #F0394E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.2%

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

R = 64%
G = 15.2%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0394E (or 0xF0394E) is known color: Amaranth. HEX triplet: F0, 39 and 4E. RGB value is (240,57,78). Sum of RGB (Red+Green+Blue) = 240+57+78=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F0394E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0394E is #0FC6B1. Grayscale: #727272. Windows color (decimal): -1033906 or 5126640. OLE color: 5126640.

HSL color Cylindrical-coordinate representation of color #F0394E: hue angle of 353.11º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0394E is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 57 78 -
CMYK 0 0.76 0.68 0.06
HSL 353.11º 0.86% 0.58% -
HSV(B) 353.11º 0.76% 0.94% -
XYZ 38.77 22 9.41 -
YUV 114.11 107.63 217.79 -
System Red Green Blue C M Y K H S L
Decimal 240 57 78 0 0.76 0.68 0.06 353.11 0.86 0.58
Hex F0 39 4E 0 4C 44 6 161 56 3A
Octal 360 71 116 0 114 104 6 541 126 72
Binary 11110000 111001 1001110 0 1001100 1000100 110 101100001 1010110 111010

Color Harmonies of #F0394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0394E

Black with #F0394E

Text Example


Text Example

White with #F0394E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0394E; }

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

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

background-color css

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

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

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

border-color css

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

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

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