Html Css Color HEX #F04247 Amaranth

📋 copy color: '#F04247'

red 240 ◦ green 66 ◦ blue 71

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

Shades of Amaranth #F04247

Tints of Amaranth #F04247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

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

R = 63.66%
G = 17.51%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F04247 (or 0xF04247) is known color: Amaranth. HEX triplet: F0, 42 and 47. RGB value is (240,66,71). Sum of RGB (Red+Green+Blue) = 240+66+71=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F04247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04247 is #0FBDB8. Grayscale: #767676. Windows color (decimal): -1031609 or 4670192. OLE color: 4670192.

HSL color Cylindrical-coordinate representation of color #F04247: hue angle of 358.28º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04247 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 66 71 -
CMYK 0 0.72 0.70 0.06
HSL 358.28º 0.85% 0.6% -
HSV(B) 358.28º 0.73% 0.94% -
XYZ 39.02 22.88 8.32 -
YUV 118.6 101.15 214.59 -
System Red Green Blue C M Y K H S L
Decimal 240 66 71 0 0.72 0.70 0.06 358.28 0.85 0.6
Hex F0 42 47 0 48 46 6 166 55 3C
Octal 360 102 107 0 110 106 6 546 125 74
Binary 11110000 1000010 1000111 0 1001000 1000110 110 101100110 1010101 111100

Color Harmonies of #F04247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04247

Black with #F04247

Text Example


Text Example

White with #F04247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04247; }

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

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

background-color css

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

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

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

border-color css

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

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

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