Html Css Color HEX #F03444 Amaranth

📋 copy color: '#F03444'

red 240 ◦ green 52 ◦ blue 68

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

Shades of Amaranth #F03444

Tints of Amaranth #F03444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.44%

 BLUE value IS 68 (26.95% from 255) = 18.89%

R = 66.67%
G = 14.44%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F03444 (or 0xF03444) is known color: Amaranth. HEX triplet: F0, 34 and 44. RGB value is (240,52,68). Sum of RGB (Red+Green+Blue) = 240+52+68=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F03444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03444 is #0FCBBB. Grayscale: #6E6E6E. Windows color (decimal): -1035196 or 4470000. OLE color: 4470000.

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

Color convert

RGB 240 52 68 -
CMYK 0 0.78 0.72 0.06
HSL 354.89º 0.86% 0.57% -
HSV(B) 354.89º 0.78% 0.94% -
XYZ 38.21 21.4 7.59 -
YUV 110.04 104.28 220.7 -
System Red Green Blue C M Y K H S L
Decimal 240 52 68 0 0.78 0.72 0.06 354.89 0.86 0.57
Hex F0 34 44 0 4E 48 6 163 56 39
Octal 360 64 104 0 116 110 6 543 126 71
Binary 11110000 110100 1000100 0 1001110 1001000 110 101100011 1010110 111001

Color Harmonies of #F03444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03444

Black with #F03444

Text Example


Text Example

White with #F03444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03444; }

 p { color: rgb(240,52,68); }

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

background-color css

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

 a { background-color: rgb(240,52,68); }

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

border-color css

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

 span { border-color: rgb(240,52,68); }

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