Html Css Color HEX #F04748 Amaranth

📋 copy color: '#F04748'

red 240 ◦ green 71 ◦ blue 72

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

Shades of Amaranth #F04748

Tints of Amaranth #F04748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.54%

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

R = 62.66%
G = 18.54%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#F04748 (or 0xF04748) is known color: Amaranth. HEX triplet: F0, 47 and 48. RGB value is (240,71,72). Sum of RGB (Red+Green+Blue) = 240+71+72=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F04748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04748 is #0FB8B7. Grayscale: #797979. Windows color (decimal): -1030328 or 4737008. OLE color: 4737008.

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

Color convert

RGB 240 71 72 -
CMYK 0 0.70 0.7 0.06
HSL 359.65º 0.85% 0.61% -
HSV(B) 359.65º 0.7% 0.94% -
XYZ 39.36 23.5 8.59 -
YUV 121.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 240 71 72 0 0.70 0.7 0.06 359.65 0.85 0.61
Hex F0 47 48 0 46 46 6 168 55 3D
Octal 360 107 110 0 106 106 6 550 125 75
Binary 11110000 1000111 1001000 0 1000110 1000110 110 101101000 1010101 111101

Color Harmonies of #F04748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04748

Black with #F04748

Text Example


Text Example

White with #F04748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04748; }

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

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

background-color css

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

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

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

border-color css

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

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

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