Html Css Color HEX #F22149 Amaranth

📋 copy color: '#F22149'

red 242 ◦ green 33 ◦ blue 73

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

Shades of Amaranth #F22149

Tints of Amaranth #F22149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.48%

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 69.54%
G = 9.48%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F22149 (or 0xF22149) is known color: Amaranth. HEX triplet: F2, 21 and 49. RGB value is (242,33,73). Sum of RGB (Red+Green+Blue) = 242+33+73=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F22149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22149 is #0DDEB6. Grayscale: #646464. Windows color (decimal): -908983 or 4792818. OLE color: 4792818.

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

Color convert

RGB 242 33 73 -
CMYK 0 0.86 0.70 0.05
HSL 348.52º 0.89% 0.54% -
HSV(B) 348.52º 0.86% 0.95% -
XYZ 38.36 20.45 8.23 -
YUV 100.05 112.74 229.25 -
System Red Green Blue C M Y K H S L
Decimal 242 33 73 0 0.86 0.70 0.05 348.52 0.89 0.54
Hex F2 21 49 0 56 46 5 15D 59 36
Octal 362 41 111 0 126 106 5 535 131 66
Binary 11110010 100001 1001001 0 1010110 1000110 101 101011101 1011001 110110

Color Harmonies of #F22149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22149

Black with #F22149

Text Example


Text Example

White with #F22149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22149; }

 p { color: rgb(242,33,73); }

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

background-color css

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

 a { background-color: rgb(242,33,73); }

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

border-color css

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

 span { border-color: rgb(242,33,73); }

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