Html Css Color HEX #F04347 Amaranth

📋 copy color: '#F04347'

red 240 ◦ green 67 ◦ blue 71

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

Shades of Amaranth #F04347

Tints of Amaranth #F04347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.72%

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

R = 63.49%
G = 17.72%
B = 18.78%

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

#F04347 (or 0xF04347) is known color: Amaranth. HEX triplet: F0, 43 and 47. RGB value is (240,67,71). Sum of RGB (Red+Green+Blue) = 240+67+71=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F04347 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04347 is #0FBCB8. Grayscale: #777777. Windows color (decimal): -1031353 or 4670448. OLE color: 4670448.

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

Color convert

RGB 240 67 71 -
CMYK 0 0.72 0.70 0.06
HSL 358.61º 0.85% 0.6% -
HSV(B) 358.61º 0.72% 0.94% -
XYZ 39.08 22.99 8.34 -
YUV 119.18 100.81 214.17 -
System Red Green Blue C M Y K H S L
Decimal 240 67 71 0 0.72 0.70 0.06 358.61 0.85 0.6
Hex F0 43 47 0 48 46 6 167 55 3C
Octal 360 103 107 0 110 106 6 547 125 74
Binary 11110000 1000011 1000111 0 1001000 1000110 110 101100111 1010101 111100

Color Harmonies of #F04347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04347

Black with #F04347

Text Example


Text Example

White with #F04347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04347; }

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

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

background-color css

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

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

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

border-color css

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

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

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