Html Css Color HEX #F0194D Amaranth

📋 copy color: '#F0194D'

red 240 ◦ green 25 ◦ blue 77

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

Shades of Amaranth #F0194D

Tints of Amaranth #F0194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.31%

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

R = 70.18%
G = 7.31%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0194D (or 0xF0194D) is known color: Amaranth. HEX triplet: F0, 19 and 4D. RGB value is (240,25,77). Sum of RGB (Red+Green+Blue) = 240+25+77=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F0194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0194D is #0FE6B2. Grayscale: #5F5F5F. Windows color (decimal): -1042099 or 5052912. OLE color: 5052912.

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

Color convert

RGB 240 25 77 -
CMYK 0 0.90 0.68 0.06
HSL 345.49º 0.88% 0.52% -
HSV(B) 345.49º 0.9% 0.94% -
XYZ 37.62 19.76 8.85 -
YUV 95.21 117.73 231.27 -
System Red Green Blue C M Y K H S L
Decimal 240 25 77 0 0.90 0.68 0.06 345.49 0.88 0.52
Hex F0 19 4D 0 5A 44 6 159 58 34
Octal 360 31 115 0 132 104 6 531 130 64
Binary 11110000 11001 1001101 0 1011010 1000100 110 101011001 1011000 110100

Color Harmonies of #F0194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0194D

Black with #F0194D

Text Example


Text Example

White with #F0194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0194D; }

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

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

background-color css

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

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

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

border-color css

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

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

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