Html Css Color HEX #F0384C Amaranth

📋 copy color: '#F0384C'

red 240 ◦ green 56 ◦ blue 76

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

Shades of Amaranth #F0384C

Tints of Amaranth #F0384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.43%

R = 64.52%
G = 15.05%
B = 20.43%

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

#F0384C (or 0xF0384C) is known color: Amaranth. HEX triplet: F0, 38 and 4C. RGB value is (240,56,76). Sum of RGB (Red+Green+Blue) = 240+56+76=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F0384C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0384C is #0FC7B3. Grayscale: #717171. Windows color (decimal): -1034164 or 4995312. OLE color: 4995312.

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

Color convert

RGB 240 56 76 -
CMYK 0 0.77 0.68 0.06
HSL 353.48º 0.86% 0.58% -
HSV(B) 353.48º 0.77% 0.94% -
XYZ 38.65 21.88 9.02 -
YUV 113.3 106.96 218.37 -
System Red Green Blue C M Y K H S L
Decimal 240 56 76 0 0.77 0.68 0.06 353.48 0.86 0.58
Hex F0 38 4C 0 4D 44 6 161 56 3A
Octal 360 70 114 0 115 104 6 541 126 72
Binary 11110000 111000 1001100 0 1001101 1000100 110 101100001 1010110 111010

Color Harmonies of #F0384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0384C

Black with #F0384C

Text Example


Text Example

White with #F0384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0384C; }

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

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

background-color css

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

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

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

border-color css

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

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

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