Html Css Color HEX #F03D50 Amaranth

📋 copy color: '#F03D50'

red 240 ◦ green 61 ◦ blue 80

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

Shades of Amaranth #F03D50

Tints of Amaranth #F03D50

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.01%

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

R = 62.99%
G = 16.01%
B = 21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F03D50 (or 0xF03D50) is known color: Amaranth. HEX triplet: F0, 3D and 50. RGB value is (240,61,80). Sum of RGB (Red+Green+Blue) = 240+61+80=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03D50 is #0FC2AF. Grayscale: #747474. Windows color (decimal): -1032880 or 5258736. OLE color: 5258736.

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

Color convert

RGB 240 61 80 -
CMYK 0 0.75 0.67 0.06
HSL 353.63º 0.86% 0.59% -
HSV(B) 353.63º 0.75% 0.94% -
XYZ 39.05 22.44 9.86 -
YUV 116.69 107.3 215.96 -
System Red Green Blue C M Y K H S L
Decimal 240 61 80 0 0.75 0.67 0.06 353.63 0.86 0.59
Hex F0 3D 50 0 4B 43 6 162 56 3B
Octal 360 75 120 0 113 103 6 542 126 73
Binary 11110000 111101 1010000 0 1001011 1000011 110 101100010 1010110 111011

Color Harmonies of #F03D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D50

Black with #F03D50

Text Example


Text Example

White with #F03D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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