Html Css Color HEX #F24147 Amaranth

📋 copy color: '#F24147'

red 242 ◦ green 65 ◦ blue 71

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

Shades of Amaranth #F24147

Tints of Amaranth #F24147

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.2%

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

R = 64.02%
G = 17.2%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F24147 (or 0xF24147) is known color: Amaranth. HEX triplet: F2, 41 and 47. RGB value is (242,65,71). Sum of RGB (Red+Green+Blue) = 242+65+71=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F24147 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24147 is #0DBEB8. Grayscale: #767676. Windows color (decimal): -900793 or 4669938. OLE color: 4669938.

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

Color convert

RGB 242 65 71 -
CMYK 0 0.73 0.71 0.05
HSL 357.97º 0.87% 0.6% -
HSV(B) 357.97º 0.73% 0.95% -
XYZ 39.65 23.11 8.33 -
YUV 118.61 101.14 216.01 -
System Red Green Blue C M Y K H S L
Decimal 242 65 71 0 0.73 0.71 0.05 357.97 0.87 0.6
Hex F2 41 47 0 49 47 5 166 57 3C
Octal 362 101 107 0 111 107 5 546 127 74
Binary 11110010 1000001 1000111 0 1001001 1000111 101 101100110 1010111 111100

Color Harmonies of #F24147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24147

Black with #F24147

Text Example


Text Example

White with #F24147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24147; }

 p { color: rgb(242,65,71); }

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

background-color css

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

 a { background-color: rgb(242,65,71); }

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

border-color css

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

 span { border-color: rgb(242,65,71); }

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