Html Css Color HEX #F03650 Amaranth

📋 copy color: '#F03650'

red 240 ◦ green 54 ◦ blue 80

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

Shades of Amaranth #F03650

Tints of Amaranth #F03650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.44%

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

R = 64.17%
G = 14.44%
B = 21.39%

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

#F03650 (or 0xF03650) is known color: Amaranth. HEX triplet: F0, 36 and 50. RGB value is (240,54,80). Sum of RGB (Red+Green+Blue) = 240+54+80=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F03650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03650 is #0FC9AF. Grayscale: #707070. Windows color (decimal): -1034672 or 5256944. OLE color: 5256944.

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

Color convert

RGB 240 54 80 -
CMYK 0 0.78 0.67 0.06
HSL 351.61º 0.86% 0.58% -
HSV(B) 351.61º 0.78% 0.94% -
XYZ 38.7 21.74 9.75 -
YUV 112.58 109.62 218.89 -
System Red Green Blue C M Y K H S L
Decimal 240 54 80 0 0.78 0.67 0.06 351.61 0.86 0.58
Hex F0 36 50 0 4E 43 6 160 56 3A
Octal 360 66 120 0 116 103 6 540 126 72
Binary 11110000 110110 1010000 0 1001110 1000011 110 101100000 1010110 111010

Color Harmonies of #F03650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03650

Black with #F03650

Text Example


Text Example

White with #F03650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03650; }

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

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

background-color css

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

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

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

border-color css

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

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

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