Html Css Color HEX #F03145 Amaranth

📋 copy color: '#F03145'

red 240 ◦ green 49 ◦ blue 69

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

Shades of Amaranth #F03145

Tints of Amaranth #F03145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.69%

 BLUE value IS 69 (27.34% from 255) = 19.27%

R = 67.04%
G = 13.69%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F03145 (or 0xF03145) is known color: Amaranth. HEX triplet: F0, 31 and 45. RGB value is (240,49,69). Sum of RGB (Red+Green+Blue) = 240+49+69=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F03145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03145 is #0FCEBA. Grayscale: #6C6C6C. Windows color (decimal): -1035963 or 4534768. OLE color: 4534768.

HSL color Cylindrical-coordinate representation of color #F03145: hue angle of 353.72º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03145 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 69 -
CMYK 0 0.80 0.71 0.06
HSL 353.72º 0.86% 0.57% -
HSV(B) 353.72º 0.8% 0.94% -
XYZ 38.11 21.15 7.7 -
YUV 108.39 105.78 221.87 -
System Red Green Blue C M Y K H S L
Decimal 240 49 69 0 0.80 0.71 0.06 353.72 0.86 0.57
Hex F0 31 45 0 50 47 6 162 56 39
Octal 360 61 105 0 120 107 6 542 126 71
Binary 11110000 110001 1000101 0 1010000 1000111 110 101100010 1010110 111001

Color Harmonies of #F03145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03145

Black with #F03145

Text Example


Text Example

White with #F03145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03145; }

 p { color: rgb(240,49,69); }

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

background-color css

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

 a { background-color: rgb(240,49,69); }

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

border-color css

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

 span { border-color: rgb(240,49,69); }

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