Html Css Color HEX #F03548 Amaranth

📋 copy color: '#F03548'

red 240 ◦ green 53 ◦ blue 72

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

Shades of Amaranth #F03548

Tints of Amaranth #F03548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.52%

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

R = 65.75%
G = 14.52%
B = 19.73%

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

#F03548 (or 0xF03548) is known color: Amaranth. HEX triplet: F0, 35 and 48. RGB value is (240,53,72). Sum of RGB (Red+Green+Blue) = 240+53+72=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F03548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03548 is #0FCAB7. Grayscale: #6F6F6F. Windows color (decimal): -1034936 or 4732400. OLE color: 4732400.

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

Color convert

RGB 240 53 72 -
CMYK 0 0.78 0.7 0.06
HSL 353.9º 0.86% 0.57% -
HSV(B) 353.9º 0.78% 0.94% -
XYZ 38.38 21.54 8.27 -
YUV 111.08 105.95 219.96 -
System Red Green Blue C M Y K H S L
Decimal 240 53 72 0 0.78 0.7 0.06 353.9 0.86 0.57
Hex F0 35 48 0 4E 46 6 162 56 39
Octal 360 65 110 0 116 106 6 542 126 71
Binary 11110000 110101 1001000 0 1001110 1000110 110 101100010 1010110 111001

Color Harmonies of #F03548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03548

Black with #F03548

Text Example


Text Example

White with #F03548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03548; }

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

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

background-color css

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

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

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

border-color css

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

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

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