Html Css Color HEX #F04148 Amaranth

📋 copy color: '#F04148'

red 240 ◦ green 65 ◦ blue 72

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

Shades of Amaranth #F04148

Tints of Amaranth #F04148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

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

R = 63.66%
G = 17.24%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#F04148 (or 0xF04148) is known color: Amaranth. HEX triplet: F0, 41 and 48. RGB value is (240,65,72). Sum of RGB (Red+Green+Blue) = 240+65+72=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F04148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04148 is #0FBEB7. Grayscale: #767676. Windows color (decimal): -1031864 or 4735472. OLE color: 4735472.

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

Color convert

RGB 240 65 72 -
CMYK 0 0.73 0.7 0.06
HSL 357.6º 0.85% 0.6% -
HSV(B) 357.6º 0.73% 0.94% -
XYZ 39 22.77 8.47 -
YUV 118.12 101.98 214.93 -
System Red Green Blue C M Y K H S L
Decimal 240 65 72 0 0.73 0.7 0.06 357.6 0.85 0.6
Hex F0 41 48 0 49 46 6 166 55 3C
Octal 360 101 110 0 111 106 6 546 125 74
Binary 11110000 1000001 1001000 0 1001001 1000110 110 101100110 1010101 111100

Color Harmonies of #F04148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04148

Black with #F04148

Text Example


Text Example

White with #F04148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04148; }

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

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

background-color css

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

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

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

border-color css

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

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

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