Html Css Color HEX #F24042 Amaranth

📋 copy color: '#F24042'

red 242 ◦ green 64 ◦ blue 66

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

Shades of Amaranth #F24042

Tints of Amaranth #F24042

RGB

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

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

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

R = 65.05%
G = 17.2%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F24042 (or 0xF24042) is known color: Amaranth. HEX triplet: F2, 40 and 42. RGB value is (242,64,66). Sum of RGB (Red+Green+Blue) = 242+64+66=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F24042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24042 is #0DBFBD. Grayscale: #757575. Windows color (decimal): -901054 or 4342002. OLE color: 4342002.

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

Color convert

RGB 242 64 66 -
CMYK 0 0.74 0.73 0.05
HSL 359.33º 0.87% 0.6% -
HSV(B) 359.33º 0.74% 0.95% -
XYZ 39.43 22.94 7.5 -
YUV 117.45 98.97 216.84 -
System Red Green Blue C M Y K H S L
Decimal 242 64 66 0 0.74 0.73 0.05 359.33 0.87 0.6
Hex F2 40 42 0 4A 49 5 167 57 3C
Octal 362 100 102 0 112 111 5 547 127 74
Binary 11110010 1000000 1000010 0 1001010 1001001 101 101100111 1010111 111100

Color Harmonies of #F24042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24042

Black with #F24042

Text Example


Text Example

White with #F24042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24042; }

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

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

background-color css

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

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

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

border-color css

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

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

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