Html Css Color HEX #F24046 Amaranth

📋 copy color: '#F24046'

red 242 ◦ green 64 ◦ blue 70

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

Shades of Amaranth #F24046

Tints of Amaranth #F24046

RGB

 RED value IS 242 (94.92% from 255) = 64.36%

 GREEN value IS 64 (25.39% from 255) = 17.02%

 BLUE value IS 70 (27.73% from 255) = 18.62%

R = 64.36%
G = 17.02%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F24046 (or 0xF24046) is known color: Amaranth. HEX triplet: F2, 40 and 46. RGB value is (242,64,70). Sum of RGB (Red+Green+Blue) = 242+64+70=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F24046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24046 is #0DBFB9. Grayscale: #767676. Windows color (decimal): -901050 or 4604146. OLE color: 4604146.

HSL color Cylindrical-coordinate representation of color #F24046: hue angle of 357.98º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F24046 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 64 70 -
CMYK 0 0.74 0.71 0.05
HSL 357.98º 0.87% 0.6% -
HSV(B) 357.98º 0.74% 0.95% -
XYZ 39.56 22.99 8.15 -
YUV 117.91 100.97 216.51 -
System Red Green Blue C M Y K H S L
Decimal 242 64 70 0 0.74 0.71 0.05 357.98 0.87 0.6
Hex F2 40 46 0 4A 47 5 166 57 3C
Octal 362 100 106 0 112 107 5 546 127 74
Binary 11110010 1000000 1000110 0 1001010 1000111 101 101100110 1010111 111100

Color Harmonies of #F24046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24046

Black with #F24046

Text Example


Text Example

White with #F24046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24046; }

 p { color: rgb(242,64,70); }

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

background-color css

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

 a { background-color: rgb(242,64,70); }

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

border-color css

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

 span { border-color: rgb(242,64,70); }

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