Html Css Color HEX #F0204D Amaranth

📋 copy color: '#F0204D'

red 240 ◦ green 32 ◦ blue 77

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

Shades of Amaranth #F0204D

Tints of Amaranth #F0204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.17%

 BLUE value IS 77 (30.47% from 255) = 22.06%

R = 68.77%
G = 9.17%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0204D (or 0xF0204D) is known color: Amaranth. HEX triplet: F0, 20 and 4D. RGB value is (240,32,77). Sum of RGB (Red+Green+Blue) = 240+32+77=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0204D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0204D is #0FDFB2. Grayscale: #636363. Windows color (decimal): -1040307 or 5054704. OLE color: 5054704.

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

Color convert

RGB 240 32 77 -
CMYK 0 0.87 0.68 0.06
HSL 347.02º 0.87% 0.53% -
HSV(B) 347.02º 0.87% 0.94% -
XYZ 37.79 20.09 8.91 -
YUV 99.32 115.41 228.34 -
System Red Green Blue C M Y K H S L
Decimal 240 32 77 0 0.87 0.68 0.06 347.02 0.87 0.53
Hex F0 20 4D 0 57 44 6 15B 57 35
Octal 360 40 115 0 127 104 6 533 127 65
Binary 11110000 100000 1001101 0 1010111 1000100 110 101011011 1010111 110101

Color Harmonies of #F0204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0204D

Black with #F0204D

Text Example


Text Example

White with #F0204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0204D; }

 p { color: rgb(240,32,77); }

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

background-color css

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

 a { background-color: rgb(240,32,77); }

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

border-color css

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

 span { border-color: rgb(240,32,77); }

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