Html Css Color HEX #F24143 Amaranth

📋 copy color: '#F24143'

red 242 ◦ green 65 ◦ blue 67

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

Shades of Amaranth #F24143

Tints of Amaranth #F24143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.91%

R = 64.71%
G = 17.38%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F24143 (or 0xF24143) is known color: Amaranth. HEX triplet: F2, 41 and 43. RGB value is (242,65,67). Sum of RGB (Red+Green+Blue) = 242+65+67=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F24143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24143 is #0DBEBC. Grayscale: #767676. Windows color (decimal): -900797 or 4407794. OLE color: 4407794.

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

Color convert

RGB 242 65 67 -
CMYK 0 0.73 0.72 0.05
HSL 359.32º 0.87% 0.6% -
HSV(B) 359.32º 0.73% 0.95% -
XYZ 39.52 23.06 7.68 -
YUV 118.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 242 65 67 0 0.73 0.72 0.05 359.32 0.87 0.6
Hex F2 41 43 0 49 48 5 167 57 3C
Octal 362 101 103 0 111 110 5 547 127 74
Binary 11110010 1000001 1000011 0 1001001 1001000 101 101100111 1010111 111100

Color Harmonies of #F24143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24143

Black with #F24143

Text Example


Text Example

White with #F24143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24143; }

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

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

background-color css

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

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

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

border-color css

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

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

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