Html Css Color HEX #F0204C Amaranth

📋 copy color: '#F0204C'

red 240 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #F0204C

Tints of Amaranth #F0204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 68.97%
G = 9.2%
B = 21.84%

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

#F0204C (or 0xF0204C) is known color: Amaranth. HEX triplet: F0, 20 and 4C. RGB value is (240,32,76). Sum of RGB (Red+Green+Blue) = 240+32+76=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F0204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0204C is #0FDFB3. Grayscale: #636363. Windows color (decimal): -1040308 or 4989168. OLE color: 4989168.

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

Color convert

RGB 240 32 76 -
CMYK 0 0.87 0.68 0.06
HSL 347.31º 0.87% 0.53% -
HSV(B) 347.31º 0.87% 0.94% -
XYZ 37.76 20.08 8.72 -
YUV 99.21 114.91 228.42 -
System Red Green Blue C M Y K H S L
Decimal 240 32 76 0 0.87 0.68 0.06 347.31 0.87 0.53
Hex F0 20 4C 0 57 44 6 15B 57 35
Octal 360 40 114 0 127 104 6 533 127 65
Binary 11110000 100000 1001100 0 1010111 1000100 110 101011011 1010111 110101

Color Harmonies of #F0204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0204C

Black with #F0204C

Text Example


Text Example

White with #F0204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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