Html Css Color HEX #F01A4D Amaranth

📋 copy color: '#F01A4D'

red 240 ◦ green 26 ◦ blue 77

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

Shades of Amaranth #F01A4D

Tints of Amaranth #F01A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.58%

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

R = 69.97%
G = 7.58%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F01A4D (or 0xF01A4D) is known color: Amaranth. HEX triplet: F0, 1A and 4D. RGB value is (240,26,77). Sum of RGB (Red+Green+Blue) = 240+26+77=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01A4D is #0FE5B2. Grayscale: #5F5F5F. Windows color (decimal): -1041843 or 5053168. OLE color: 5053168.

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

Color convert

RGB 240 26 77 -
CMYK 0 0.89 0.68 0.06
HSL 345.7º 0.88% 0.52% -
HSV(B) 345.7º 0.89% 0.94% -
XYZ 37.64 19.8 8.86 -
YUV 95.8 117.4 230.85 -
System Red Green Blue C M Y K H S L
Decimal 240 26 77 0 0.89 0.68 0.06 345.7 0.88 0.52
Hex F0 1A 4D 0 59 44 6 15A 58 34
Octal 360 32 115 0 131 104 6 532 130 64
Binary 11110000 11010 1001101 0 1011001 1000100 110 101011010 1011000 110100

Color Harmonies of #F01A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A4D

Black with #F01A4D

Text Example


Text Example

White with #F01A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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