Html Css Color HEX #F03950 Amaranth

📋 copy color: '#F03950'

red 240 ◦ green 57 ◦ blue 80

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

Shades of Amaranth #F03950

Tints of Amaranth #F03950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.12%

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

R = 63.66%
G = 15.12%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F03950 (or 0xF03950) is known color: Amaranth. HEX triplet: F0, 39 and 50. RGB value is (240,57,80). Sum of RGB (Red+Green+Blue) = 240+57+80=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F03950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03950 is #0FC6AF. Grayscale: #727272. Windows color (decimal): -1033904 or 5257712. OLE color: 5257712.

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

Color convert

RGB 240 57 80 -
CMYK 0 0.76 0.67 0.06
HSL 352.46º 0.86% 0.58% -
HSV(B) 352.46º 0.76% 0.94% -
XYZ 38.85 22.03 9.79 -
YUV 114.34 108.63 217.63 -
System Red Green Blue C M Y K H S L
Decimal 240 57 80 0 0.76 0.67 0.06 352.46 0.86 0.58
Hex F0 39 50 0 4C 43 6 160 56 3A
Octal 360 71 120 0 114 103 6 540 126 72
Binary 11110000 111001 1010000 0 1001100 1000011 110 101100000 1010110 111010

Color Harmonies of #F03950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03950

Black with #F03950

Text Example


Text Example

White with #F03950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03950; }

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

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

background-color css

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

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

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

border-color css

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

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

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