Html Css Color HEX #F0384D Amaranth

📋 copy color: '#F0384D'

red 240 ◦ green 56 ◦ blue 77

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

Shades of Amaranth #F0384D

Tints of Amaranth #F0384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.01%

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

R = 64.34%
G = 15.01%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0384D (or 0xF0384D) is known color: Amaranth. HEX triplet: F0, 38 and 4D. RGB value is (240,56,77). Sum of RGB (Red+Green+Blue) = 240+56+77=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F0384D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0384D is #0FC7B2. Grayscale: #717171. Windows color (decimal): -1034163 or 5060848. OLE color: 5060848.

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

Color convert

RGB 240 56 77 -
CMYK 0 0.77 0.68 0.06
HSL 353.15º 0.86% 0.58% -
HSV(B) 353.15º 0.77% 0.94% -
XYZ 38.69 21.89 9.21 -
YUV 113.41 107.46 218.29 -
System Red Green Blue C M Y K H S L
Decimal 240 56 77 0 0.77 0.68 0.06 353.15 0.86 0.58
Hex F0 38 4D 0 4D 44 6 161 56 3A
Octal 360 70 115 0 115 104 6 541 126 72
Binary 11110000 111000 1001101 0 1001101 1000100 110 101100001 1010110 111010

Color Harmonies of #F0384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0384D

Black with #F0384D

Text Example


Text Example

White with #F0384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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