Html Css Color HEX #F24142 Amaranth

📋 copy color: '#F24142'

red 242 ◦ green 65 ◦ blue 66

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

Shades of Amaranth #F24142

Tints of Amaranth #F24142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.69%

R = 64.88%
G = 17.43%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F24142 (or 0xF24142) is known color: Amaranth. HEX triplet: F2, 41 and 42. RGB value is (242,65,66). Sum of RGB (Red+Green+Blue) = 242+65+66=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F24142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24142 is #0DBEBD. Grayscale: #767676. Windows color (decimal): -900798 or 4342258. OLE color: 4342258.

HSL color Cylindrical-coordinate representation of color #F24142: hue angle of 359.66º 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 #F24142 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 66 -
CMYK 0 0.73 0.73 0.05
HSL 359.66º 0.87% 0.6% -
HSV(B) 359.66º 0.73% 0.95% -
XYZ 39.49 23.05 7.52 -
YUV 118.04 98.64 216.42 -
System Red Green Blue C M Y K H S L
Decimal 242 65 66 0 0.73 0.73 0.05 359.66 0.87 0.6
Hex F2 41 42 0 49 49 5 168 57 3C
Octal 362 101 102 0 111 111 5 550 127 74
Binary 11110010 1000001 1000010 0 1001001 1001001 101 101101000 1010111 111100

Color Harmonies of #F24142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24142

Black with #F24142

Text Example


Text Example

White with #F24142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24142; }

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

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

background-color css

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

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

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

border-color css

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

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

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