Html Css Color HEX #F01D4A Amaranth

📋 copy color: '#F01D4A'

red 240 ◦ green 29 ◦ blue 74

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

Shades of Amaranth #F01D4A

Tints of Amaranth #F01D4A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.45%

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

R = 69.97%
G = 8.45%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F01D4A (or 0xF01D4A) is known color: Amaranth. HEX triplet: F0, 1D and 4A. RGB value is (240,29,74). Sum of RGB (Red+Green+Blue) = 240+29+74=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D4A is #0FE2B5. Grayscale: #616161. Windows color (decimal): -1041078 or 4857328. OLE color: 4857328.

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

Color convert

RGB 240 29 74 -
CMYK 0 0.88 0.69 0.06
HSL 347.2º 0.88% 0.53% -
HSV(B) 347.2º 0.88% 0.94% -
XYZ 37.61 19.9 8.34 -
YUV 97.22 114.9 229.84 -
System Red Green Blue C M Y K H S L
Decimal 240 29 74 0 0.88 0.69 0.06 347.2 0.88 0.53
Hex F0 1D 4A 0 58 45 6 15B 58 35
Octal 360 35 112 0 130 105 6 533 130 65
Binary 11110000 11101 1001010 0 1011000 1000101 110 101011011 1011000 110101

Color Harmonies of #F01D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D4A

Black with #F01D4A

Text Example


Text Example

White with #F01D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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