Html Css Color HEX #F03543 Amaranth

📋 copy color: '#F03543'

red 240 ◦ green 53 ◦ blue 67

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

Shades of Amaranth #F03543

Tints of Amaranth #F03543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.61%

R = 66.67%
G = 14.72%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F03543 (or 0xF03543) is known color: Amaranth. HEX triplet: F0, 35 and 43. RGB value is (240,53,67). Sum of RGB (Red+Green+Blue) = 240+53+67=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F03543 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03543 is #0FCABC. Grayscale: #6E6E6E. Windows color (decimal): -1034941 or 4404720. OLE color: 4404720.

HSL color Cylindrical-coordinate representation of color #F03543: hue angle of 355.51º 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 #F03543 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 67 -
CMYK 0 0.78 0.72 0.06
HSL 355.51º 0.86% 0.57% -
HSV(B) 355.51º 0.78% 0.94% -
XYZ 38.22 21.48 7.44 -
YUV 110.51 103.45 220.36 -
System Red Green Blue C M Y K H S L
Decimal 240 53 67 0 0.78 0.72 0.06 355.51 0.86 0.57
Hex F0 35 43 0 4E 48 6 164 56 39
Octal 360 65 103 0 116 110 6 544 126 71
Binary 11110000 110101 1000011 0 1001110 1001000 110 101100100 1010110 111001

Color Harmonies of #F03543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03543

Black with #F03543

Text Example


Text Example

White with #F03543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03543; }

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

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

background-color css

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

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

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

border-color css

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

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

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