Html Css Color HEX #F22844 Amaranth

📋 copy color: '#F22844'

red 242 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #F22844

Tints of Amaranth #F22844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

 BLUE value IS 68 (26.95% from 255) = 19.43%

R = 69.14%
G = 11.43%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F22844 (or 0xF22844) is known color: Amaranth. HEX triplet: F2, 28 and 44. RGB value is (242,40,68). Sum of RGB (Red+Green+Blue) = 242+40+68=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F22844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22844 is #0DD7BB. Grayscale: #676767. Windows color (decimal): -907196 or 4466930. OLE color: 4466930.

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

Color convert

RGB 242 40 68 -
CMYK 0 0.83 0.72 0.05
HSL 351.68º 0.89% 0.55% -
HSV(B) 351.68º 0.83% 0.95% -
XYZ 38.42 20.81 7.46 -
YUV 103.59 107.92 226.72 -
System Red Green Blue C M Y K H S L
Decimal 242 40 68 0 0.83 0.72 0.05 351.68 0.89 0.55
Hex F2 28 44 0 53 48 5 160 59 37
Octal 362 50 104 0 123 110 5 540 131 67
Binary 11110010 101000 1000100 0 1010011 1001000 101 101100000 1011001 110111

Color Harmonies of #F22844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22844

Black with #F22844

Text Example


Text Example

White with #F22844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22844; }

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

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

background-color css

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

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

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

border-color css

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

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

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