Html Css Color HEX #F24043 Amaranth

📋 copy color: '#F24043'

red 242 ◦ green 64 ◦ blue 67

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

Shades of Amaranth #F24043

Tints of Amaranth #F24043

RGB

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

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

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

R = 64.88%
G = 17.16%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F24043 (or 0xF24043) is known color: Amaranth. HEX triplet: F2, 40 and 43. RGB value is (242,64,67). Sum of RGB (Red+Green+Blue) = 242+64+67=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F24043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24043 is #0DBFBC. Grayscale: #757575. Windows color (decimal): -901053 or 4407538. OLE color: 4407538.

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

Color convert

RGB 242 64 67 -
CMYK 0 0.74 0.72 0.05
HSL 358.99º 0.87% 0.6% -
HSV(B) 358.99º 0.74% 0.95% -
XYZ 39.46 22.95 7.66 -
YUV 117.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 242 64 67 0 0.74 0.72 0.05 358.99 0.87 0.6
Hex F2 40 43 0 4A 48 5 167 57 3C
Octal 362 100 103 0 112 110 5 547 127 74
Binary 11110010 1000000 1000011 0 1001010 1001000 101 101100111 1010111 111100

Color Harmonies of #F24043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24043

Black with #F24043

Text Example


Text Example

White with #F24043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24043; }

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

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

background-color css

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

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

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

border-color css

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

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

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