Html Css Color HEX #F01D55 Amaranth

📋 copy color: '#F01D55'

red 240 ◦ green 29 ◦ blue 85

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

Shades of Amaranth #F01D55

Tints of Amaranth #F01D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.01%

R = 67.8%
G = 8.19%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F01D55 (or 0xF01D55) is known color: Amaranth. HEX triplet: F0, 1D and 55. RGB value is (240,29,85). Sum of RGB (Red+Green+Blue) = 240+29+85=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01D55 is #0FE2AA. Grayscale: #626262. Windows color (decimal): -1041067 or 5578224. OLE color: 5578224.

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

Color convert

RGB 240 29 85 -
CMYK 0 0.88 0.65 0.06
HSL 344.08º 0.88% 0.53% -
HSV(B) 344.08º 0.88% 0.94% -
XYZ 38.01 20.06 10.46 -
YUV 98.47 120.4 228.95 -
System Red Green Blue C M Y K H S L
Decimal 240 29 85 0 0.88 0.65 0.06 344.08 0.88 0.53
Hex F0 1D 55 0 58 41 6 158 58 35
Octal 360 35 125 0 130 101 6 530 130 65
Binary 11110000 11101 1010101 0 1011000 1000001 110 101011000 1011000 110101

Color Harmonies of #F01D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D55

Black with #F01D55

Text Example


Text Example

White with #F01D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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