Html Css Color HEX #F24045 Amaranth

📋 copy color: '#F24045'

red 242 ◦ green 64 ◦ blue 69

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

Shades of Amaranth #F24045

Tints of Amaranth #F24045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 64.53%
G = 17.07%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F24045 (or 0xF24045) is known color: Amaranth. HEX triplet: F2, 40 and 45. RGB value is (242,64,69). Sum of RGB (Red+Green+Blue) = 242+64+69=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F24045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24045 is #0DBFBA. Grayscale: #757575. Windows color (decimal): -901051 or 4538610. OLE color: 4538610.

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

Color convert

RGB 242 64 69 -
CMYK 0 0.74 0.71 0.05
HSL 358.31º 0.87% 0.6% -
HSV(B) 358.31º 0.74% 0.95% -
XYZ 39.53 22.97 7.98 -
YUV 117.79 100.47 216.59 -
System Red Green Blue C M Y K H S L
Decimal 242 64 69 0 0.74 0.71 0.05 358.31 0.87 0.6
Hex F2 40 45 0 4A 47 5 166 57 3C
Octal 362 100 105 0 112 107 5 546 127 74
Binary 11110010 1000000 1000101 0 1001010 1000111 101 101100110 1010111 111100

Color Harmonies of #F24045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24045

Black with #F24045

Text Example


Text Example

White with #F24045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24045; }

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

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

background-color css

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

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

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

border-color css

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

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

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