Html Css Color HEX #F22847 Amaranth

📋 copy color: '#F22847'

red 242 ◦ green 40 ◦ blue 71

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

Shades of Amaranth #F22847

Tints of Amaranth #F22847

RGB

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

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

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

R = 68.56%
G = 11.33%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F22847 (or 0xF22847) is known color: Amaranth. HEX triplet: F2, 28 and 47. RGB value is (242,40,71). Sum of RGB (Red+Green+Blue) = 242+40+71=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F22847 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22847 is #0DD7B8. Grayscale: #686868. Windows color (decimal): -907193 or 4663538. OLE color: 4663538.

HSL color Cylindrical-coordinate representation of color #F22847: hue angle of 350.79º 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 #F22847 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 40 71 -
CMYK 0 0.83 0.71 0.05
HSL 350.79º 0.89% 0.55% -
HSV(B) 350.79º 0.83% 0.95% -
XYZ 38.51 20.85 7.96 -
YUV 103.93 109.42 226.48 -
System Red Green Blue C M Y K H S L
Decimal 242 40 71 0 0.83 0.71 0.05 350.79 0.89 0.55
Hex F2 28 47 0 53 47 5 15F 59 37
Octal 362 50 107 0 123 107 5 537 131 67
Binary 11110010 101000 1000111 0 1010011 1000111 101 101011111 1011001 110111

Color Harmonies of #F22847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22847

Black with #F22847

Text Example


Text Example

White with #F22847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22847; }

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

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

background-color css

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

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

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

border-color css

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

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

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