Html Css Color HEX #F03550 Amaranth

📋 copy color: '#F03550'

red 240 ◦ green 53 ◦ blue 80

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

Shades of Amaranth #F03550

Tints of Amaranth #F03550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.45%

R = 64.34%
G = 14.21%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F03550 (or 0xF03550) is known color: Amaranth. HEX triplet: F0, 35 and 50. RGB value is (240,53,80). Sum of RGB (Red+Green+Blue) = 240+53+80=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F03550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03550 is #0FCAAF. Grayscale: #707070. Windows color (decimal): -1034928 or 5256688. OLE color: 5256688.

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

Color convert

RGB 240 53 80 -
CMYK 0 0.78 0.67 0.06
HSL 351.34º 0.86% 0.57% -
HSV(B) 351.34º 0.78% 0.94% -
XYZ 38.66 21.65 9.73 -
YUV 111.99 109.95 219.3 -
System Red Green Blue C M Y K H S L
Decimal 240 53 80 0 0.78 0.67 0.06 351.34 0.86 0.57
Hex F0 35 50 0 4E 43 6 15F 56 39
Octal 360 65 120 0 116 103 6 537 126 71
Binary 11110000 110101 1010000 0 1001110 1000011 110 101011111 1010110 111001

Color Harmonies of #F03550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03550

Black with #F03550

Text Example


Text Example

White with #F03550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03550; }

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

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

background-color css

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

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

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

border-color css

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

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

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