Html Css Color HEX #F22744 Amaranth

📋 copy color: '#F22744'

red 242 ◦ green 39 ◦ blue 68

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

Shades of Amaranth #F22744

Tints of Amaranth #F22744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.17%

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

R = 69.34%
G = 11.17%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F22744 (or 0xF22744) is known color: Amaranth. HEX triplet: F2, 27 and 44. RGB value is (242,39,68). Sum of RGB (Red+Green+Blue) = 242+39+68=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F22744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22744 is #0DD8BB. Grayscale: #676767. Windows color (decimal): -907452 or 4466674. OLE color: 4466674.

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

Color convert

RGB 242 39 68 -
CMYK 0 0.84 0.72 0.05
HSL 351.43º 0.89% 0.55% -
HSV(B) 351.43º 0.84% 0.95% -
XYZ 38.39 20.75 7.45 -
YUV 103 108.25 227.14 -
System Red Green Blue C M Y K H S L
Decimal 242 39 68 0 0.84 0.72 0.05 351.43 0.89 0.55
Hex F2 27 44 0 54 48 5 15F 59 37
Octal 362 47 104 0 124 110 5 537 131 67
Binary 11110010 100111 1000100 0 1010100 1001000 101 101011111 1011001 110111

Color Harmonies of #F22744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22744

Black with #F22744

Text Example


Text Example

White with #F22744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22744; }

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

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

background-color css

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

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

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

border-color css

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

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

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