Html Css Color HEX #F03553 Amaranth

📋 copy color: '#F03553'

red 240 ◦ green 53 ◦ blue 83

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

Shades of Amaranth #F03553

Tints of Amaranth #F03553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.07%

R = 63.83%
G = 14.1%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F03553 (or 0xF03553) is known color: Amaranth. HEX triplet: F0, 35 and 53. RGB value is (240,53,83). Sum of RGB (Red+Green+Blue) = 240+53+83=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F03553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03553 is #0FCAAC. Grayscale: #707070. Windows color (decimal): -1034925 or 5453296. OLE color: 5453296.

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

Color convert

RGB 240 53 83 -
CMYK 0 0.78 0.65 0.06
HSL 350.37º 0.86% 0.57% -
HSV(B) 350.37º 0.78% 0.94% -
XYZ 38.77 21.7 10.33 -
YUV 112.33 111.45 219.06 -
System Red Green Blue C M Y K H S L
Decimal 240 53 83 0 0.78 0.65 0.06 350.37 0.86 0.57
Hex F0 35 53 0 4E 41 6 15E 56 39
Octal 360 65 123 0 116 101 6 536 126 71
Binary 11110000 110101 1010011 0 1001110 1000001 110 101011110 1010110 111001

Color Harmonies of #F03553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03553

Black with #F03553

Text Example


Text Example

White with #F03553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03553; }

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

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

background-color css

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

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

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

border-color css

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

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

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