Html Css Color HEX #F03648 Amaranth

📋 copy color: '#F03648'

red 240 ◦ green 54 ◦ blue 72

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

Shades of Amaranth #F03648

Tints of Amaranth #F03648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.75%

 BLUE value IS 72 (28.52% from 255) = 19.67%

R = 65.57%
G = 14.75%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#F03648 (or 0xF03648) is known color: Amaranth. HEX triplet: F0, 36 and 48. RGB value is (240,54,72). Sum of RGB (Red+Green+Blue) = 240+54+72=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F03648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03648 is #0FC9B7. Grayscale: #6F6F6F. Windows color (decimal): -1034680 or 4732656. OLE color: 4732656.

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

Color convert

RGB 240 54 72 -
CMYK 0 0.78 0.7 0.06
HSL 354.19º 0.86% 0.58% -
HSV(B) 354.19º 0.78% 0.94% -
XYZ 38.42 21.63 8.28 -
YUV 111.67 105.62 219.54 -
System Red Green Blue C M Y K H S L
Decimal 240 54 72 0 0.78 0.7 0.06 354.19 0.86 0.58
Hex F0 36 48 0 4E 46 6 162 56 3A
Octal 360 66 110 0 116 106 6 542 126 72
Binary 11110000 110110 1001000 0 1001110 1000110 110 101100010 1010110 111010

Color Harmonies of #F03648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03648

Black with #F03648

Text Example


Text Example

White with #F03648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03648; }

 p { color: rgb(240,54,72); }

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

background-color css

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

 a { background-color: rgb(240,54,72); }

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

border-color css

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

 span { border-color: rgb(240,54,72); }

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