Html Css Color HEX #F0184B Amaranth

📋 copy color: '#F0184B'

red 240 ◦ green 24 ◦ blue 75

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

Shades of Amaranth #F0184B

Tints of Amaranth #F0184B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.12%

R = 70.8%
G = 7.08%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0184B (or 0xF0184B) is known color: Amaranth. HEX triplet: F0, 18 and 4B. RGB value is (240,24,75). Sum of RGB (Red+Green+Blue) = 240+24+75=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0184B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0184B is #0FE7B4. Grayscale: #5E5E5E. Windows color (decimal): -1042357 or 4921584. OLE color: 4921584.

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

Color convert

RGB 240 24 75 -
CMYK 0 0.9 0.69 0.06
HSL 345.83º 0.88% 0.52% -
HSV(B) 345.83º 0.9% 0.94% -
XYZ 37.53 19.69 8.48 -
YUV 94.4 117.06 231.85 -
System Red Green Blue C M Y K H S L
Decimal 240 24 75 0 0.9 0.69 0.06 345.83 0.88 0.52
Hex F0 18 4B 0 5A 45 6 15A 58 34
Octal 360 30 113 0 132 105 6 532 130 64
Binary 11110000 11000 1001011 0 1011010 1000101 110 101011010 1011000 110100

Color Harmonies of #F0184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0184B

Black with #F0184B

Text Example


Text Example

White with #F0184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0184B; }

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

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

background-color css

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

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

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

border-color css

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

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

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