Html Css Color HEX #F0184D Amaranth

📋 copy color: '#F0184D'

red 240 ◦ green 24 ◦ blue 77

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

Shades of Amaranth #F0184D

Tints of Amaranth #F0184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.04%

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

R = 70.38%
G = 7.04%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0184D (or 0xF0184D) is known color: Amaranth. HEX triplet: F0, 18 and 4D. RGB value is (240,24,77). Sum of RGB (Red+Green+Blue) = 240+24+77=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F0184D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0184D is #0FE7B2. Grayscale: #5E5E5E. Windows color (decimal): -1042355 or 5052656. OLE color: 5052656.

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

Color convert

RGB 240 24 77 -
CMYK 0 0.9 0.68 0.06
HSL 345.28º 0.88% 0.52% -
HSV(B) 345.28º 0.9% 0.94% -
XYZ 37.6 19.71 8.84 -
YUV 94.63 118.06 231.69 -
System Red Green Blue C M Y K H S L
Decimal 240 24 77 0 0.9 0.68 0.06 345.28 0.88 0.52
Hex F0 18 4D 0 5A 44 6 159 58 34
Octal 360 30 115 0 132 104 6 531 130 64
Binary 11110000 11000 1001101 0 1011010 1000100 110 101011001 1011000 110100

Color Harmonies of #F0184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0184D

Black with #F0184D

Text Example


Text Example

White with #F0184D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0184D; }

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

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

background-color css

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

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

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

border-color css

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

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

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