Html Css Color HEX #F01D4C Amaranth

📋 copy color: '#F01D4C'

red 240 ◦ green 29 ◦ blue 76

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

Shades of Amaranth #F01D4C

Tints of Amaranth #F01D4C

RGB

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

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

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

R = 69.57%
G = 8.41%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F01D4C (or 0xF01D4C) is known color: Amaranth. HEX triplet: F0, 1D and 4C. RGB value is (240,29,76). Sum of RGB (Red+Green+Blue) = 240+29+76=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D4C is #0FE2B3. Grayscale: #616161. Windows color (decimal): -1041076 or 4988400. OLE color: 4988400.

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

Color convert

RGB 240 29 76 -
CMYK 0 0.88 0.68 0.06
HSL 346.64º 0.88% 0.53% -
HSV(B) 346.64º 0.88% 0.94% -
XYZ 37.68 19.93 8.7 -
YUV 97.45 115.9 229.68 -
System Red Green Blue C M Y K H S L
Decimal 240 29 76 0 0.88 0.68 0.06 346.64 0.88 0.53
Hex F0 1D 4C 0 58 44 6 15B 58 35
Octal 360 35 114 0 130 104 6 533 130 65
Binary 11110000 11101 1001100 0 1011000 1000100 110 101011011 1011000 110101

Color Harmonies of #F01D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D4C

Black with #F01D4C

Text Example


Text Example

White with #F01D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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