Html Css Color HEX #F22C47 Amaranth

📋 copy color: '#F22C47'

red 242 ◦ green 44 ◦ blue 71

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

Shades of Amaranth #F22C47

Tints of Amaranth #F22C47

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.32%

 BLUE value IS 71 (28.13% from 255) = 19.89%

R = 67.79%
G = 12.32%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F22C47 (or 0xF22C47) is known color: Amaranth. HEX triplet: F2, 2C and 47. RGB value is (242,44,71). Sum of RGB (Red+Green+Blue) = 242+44+71=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22C47 is #0DD3B8. Grayscale: #6A6A6A. Windows color (decimal): -906169 or 4664562. OLE color: 4664562.

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

Color convert

RGB 242 44 71 -
CMYK 0 0.82 0.71 0.05
HSL 351.82º 0.88% 0.56% -
HSV(B) 351.82º 0.82% 0.95% -
XYZ 38.66 21.13 8 -
YUV 106.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 242 44 71 0 0.82 0.71 0.05 351.82 0.88 0.56
Hex F2 2C 47 0 52 47 5 160 58 38
Octal 362 54 107 0 122 107 5 540 130 70
Binary 11110010 101100 1000111 0 1010010 1000111 101 101100000 1011000 111000

Color Harmonies of #F22C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22C47

Black with #F22C47

Text Example


Text Example

White with #F22C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22C47; }

 p { color: rgb(242,44,71); }

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

background-color css

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

 a { background-color: rgb(242,44,71); }

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

border-color css

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

 span { border-color: rgb(242,44,71); }

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