Html Css Color HEX #F0394B Amaranth

📋 copy color: '#F0394B'

red 240 ◦ green 57 ◦ blue 75

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

Shades of Amaranth #F0394B

Tints of Amaranth #F0394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.16%

R = 64.52%
G = 15.32%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0394B (or 0xF0394B) is known color: Amaranth. HEX triplet: F0, 39 and 4B. RGB value is (240,57,75). Sum of RGB (Red+Green+Blue) = 240+57+75=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F0394B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0394B is #0FC6B4. Grayscale: #717171. Windows color (decimal): -1033909 or 4930032. OLE color: 4930032.

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

Color convert

RGB 240 57 75 -
CMYK 0 0.76 0.69 0.06
HSL 354.1º 0.86% 0.58% -
HSV(B) 354.1º 0.76% 0.94% -
XYZ 38.67 21.96 8.86 -
YUV 113.77 106.13 218.04 -
System Red Green Blue C M Y K H S L
Decimal 240 57 75 0 0.76 0.69 0.06 354.1 0.86 0.58
Hex F0 39 4B 0 4C 45 6 162 56 3A
Octal 360 71 113 0 114 105 6 542 126 72
Binary 11110000 111001 1001011 0 1001100 1000101 110 101100010 1010110 111010

Color Harmonies of #F0394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0394B

Black with #F0394B

Text Example


Text Example

White with #F0394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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