Html Css Color HEX #F04648 Amaranth

📋 copy color: '#F04648'

red 240 ◦ green 70 ◦ blue 72

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

Shades of Amaranth #F04648

Tints of Amaranth #F04648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

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

R = 62.83%
G = 18.32%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#F04648 (or 0xF04648) is known color: Amaranth. HEX triplet: F0, 46 and 48. RGB value is (240,70,72). Sum of RGB (Red+Green+Blue) = 240+70+72=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F04648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04648 is #0FB9B7. Grayscale: #797979. Windows color (decimal): -1030584 or 4736752. OLE color: 4736752.

HSL color Cylindrical-coordinate representation of color #F04648: hue angle of 359.29º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04648 is Cyan = 0, Magento = 0.71, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 70 72 -
CMYK 0 0.71 0.7 0.06
HSL 359.29º 0.85% 0.61% -
HSV(B) 359.29º 0.71% 0.94% -
XYZ 39.3 23.37 8.57 -
YUV 121.06 100.32 212.84 -
System Red Green Blue C M Y K H S L
Decimal 240 70 72 0 0.71 0.7 0.06 359.29 0.85 0.61
Hex F0 46 48 0 47 46 6 167 55 3D
Octal 360 106 110 0 107 106 6 547 125 75
Binary 11110000 1000110 1001000 0 1000111 1000110 110 101100111 1010101 111101

Color Harmonies of #F04648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04648

Black with #F04648

Text Example


Text Example

White with #F04648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04648; }

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

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

background-color css

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

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

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

border-color css

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

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

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