Html Css Color HEX #F24445 Amaranth

📋 copy color: '#F24445'

red 242 ◦ green 68 ◦ blue 69

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

Shades of Amaranth #F24445

Tints of Amaranth #F24445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.94%

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

R = 63.85%
G = 17.94%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F24445 (or 0xF24445) is known color: Amaranth. HEX triplet: F2, 44 and 45. RGB value is (242,68,69). Sum of RGB (Red+Green+Blue) = 242+68+69=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F24445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24445 is #0DBBBA. Grayscale: #787878. Windows color (decimal): -900027 or 4539634. OLE color: 4539634.

HSL color Cylindrical-coordinate representation of color #F24445: hue angle of 359.66º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F24445 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 68 69 -
CMYK 0 0.72 0.71 0.05
HSL 359.66º 0.87% 0.61% -
HSV(B) 359.66º 0.72% 0.95% -
XYZ 39.76 23.44 8.06 -
YUV 120.14 99.15 214.92 -
System Red Green Blue C M Y K H S L
Decimal 242 68 69 0 0.72 0.71 0.05 359.66 0.87 0.61
Hex F2 44 45 0 48 47 5 168 57 3D
Octal 362 104 105 0 110 107 5 550 127 75
Binary 11110010 1000100 1000101 0 1001000 1000111 101 101101000 1010111 111101

Color Harmonies of #F24445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24445

Black with #F24445

Text Example


Text Example

White with #F24445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24445; }

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

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

background-color css

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

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

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

border-color css

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

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

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