Html Css Color HEX #F04448 Amaranth

📋 copy color: '#F04448'

red 240 ◦ green 68 ◦ blue 72

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

Shades of Amaranth #F04448

Tints of Amaranth #F04448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.89%

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

R = 63.16%
G = 17.89%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#F04448 (or 0xF04448) is known color: Amaranth. HEX triplet: F0, 44 and 48. RGB value is (240,68,72). Sum of RGB (Red+Green+Blue) = 240+68+72=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F04448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04448 is #0FBBB7. Grayscale: #787878. Windows color (decimal): -1031096 or 4736240. OLE color: 4736240.

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

Color convert

RGB 240 68 72 -
CMYK 0 0.72 0.7 0.06
HSL 358.6º 0.85% 0.6% -
HSV(B) 358.6º 0.72% 0.94% -
XYZ 39.17 23.13 8.53 -
YUV 119.88 100.98 213.67 -
System Red Green Blue C M Y K H S L
Decimal 240 68 72 0 0.72 0.7 0.06 358.6 0.85 0.6
Hex F0 44 48 0 48 46 6 167 55 3C
Octal 360 104 110 0 110 106 6 547 125 74
Binary 11110000 1000100 1001000 0 1001000 1000110 110 101100111 1010101 111100

Color Harmonies of #F04448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04448

Black with #F04448

Text Example


Text Example

White with #F04448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04448; }

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

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

background-color css

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

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

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

border-color css

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

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

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