Html Css Color HEX #F0304A Amaranth

📋 copy color: '#F0304A'

red 240 ◦ green 48 ◦ blue 74

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

Shades of Amaranth #F0304A

Tints of Amaranth #F0304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.26%

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 66.3%
G = 13.26%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0304A (or 0xF0304A) is known color: Amaranth. HEX triplet: F0, 30 and 4A. RGB value is (240,48,74). Sum of RGB (Red+Green+Blue) = 240+48+74=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F0304A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0304A is #0FCFB5. Grayscale: #6C6C6C. Windows color (decimal): -1036214 or 4862192. OLE color: 4862192.

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

Color convert

RGB 240 48 74 -
CMYK 0 0.8 0.69 0.06
HSL 351.88º 0.86% 0.56% -
HSV(B) 351.88º 0.8% 0.94% -
XYZ 38.23 21.13 8.54 -
YUV 108.37 108.61 221.89 -
System Red Green Blue C M Y K H S L
Decimal 240 48 74 0 0.8 0.69 0.06 351.88 0.86 0.56
Hex F0 30 4A 0 50 45 6 160 56 38
Octal 360 60 112 0 120 105 6 540 126 70
Binary 11110000 110000 1001010 0 1010000 1000101 110 101100000 1010110 111000

Color Harmonies of #F0304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0304A

Black with #F0304A

Text Example


Text Example

White with #F0304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0304A; }

 p { color: rgb(240,48,74); }

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

background-color css

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

 a { background-color: rgb(240,48,74); }

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

border-color css

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

 span { border-color: rgb(240,48,74); }

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