Html Css Color HEX #F0174A Amaranth

📋 copy color: '#F0174A'

red 240 ◦ green 23 ◦ blue 74

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

Shades of Amaranth #F0174A

Tints of Amaranth #F0174A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.82%

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

R = 71.22%
G = 6.82%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0174A (or 0xF0174A) is known color: Amaranth. HEX triplet: F0, 17 and 4A. RGB value is (240,23,74). Sum of RGB (Red+Green+Blue) = 240+23+74=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F0174A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0174A is #0FE8B5. Grayscale: #5D5D5D. Windows color (decimal): -1042614 or 4855792. OLE color: 4855792.

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

Color convert

RGB 240 23 74 -
CMYK 0 0.90 0.69 0.06
HSL 345.9º 0.88% 0.52% -
HSV(B) 345.9º 0.9% 0.94% -
XYZ 37.48 19.63 8.29 -
YUV 93.7 116.89 232.35 -
System Red Green Blue C M Y K H S L
Decimal 240 23 74 0 0.90 0.69 0.06 345.9 0.88 0.52
Hex F0 17 4A 0 5A 45 6 15A 58 34
Octal 360 27 112 0 132 105 6 532 130 64
Binary 11110000 10111 1001010 0 1011010 1000101 110 101011010 1011000 110100

Color Harmonies of #F0174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0174A

Black with #F0174A

Text Example


Text Example

White with #F0174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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