Html Css Color HEX #F03647 Amaranth

📋 copy color: '#F03647'

red 240 ◦ green 54 ◦ blue 71

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

Shades of Amaranth #F03647

Tints of Amaranth #F03647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.45%

R = 65.75%
G = 14.79%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F03647 (or 0xF03647) is known color: Amaranth. HEX triplet: F0, 36 and 47. RGB value is (240,54,71). Sum of RGB (Red+Green+Blue) = 240+54+71=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F03647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03647 is #0FC9B8. Grayscale: #6F6F6F. Windows color (decimal): -1034681 or 4667120. OLE color: 4667120.

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

Color convert

RGB 240 54 71 -
CMYK 0 0.78 0.70 0.06
HSL 354.52º 0.86% 0.58% -
HSV(B) 354.52º 0.78% 0.94% -
XYZ 38.39 21.62 8.11 -
YUV 111.55 105.12 219.62 -
System Red Green Blue C M Y K H S L
Decimal 240 54 71 0 0.78 0.70 0.06 354.52 0.86 0.58
Hex F0 36 47 0 4E 46 6 163 56 3A
Octal 360 66 107 0 116 106 6 543 126 72
Binary 11110000 110110 1000111 0 1001110 1000110 110 101100011 1010110 111010

Color Harmonies of #F03647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03647

Black with #F03647

Text Example


Text Example

White with #F03647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03647; }

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

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

background-color css

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

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

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

border-color css

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

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

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