Html Css Color HEX #F22447 Amaranth

📋 copy color: '#F22447'

red 242 ◦ green 36 ◦ blue 71

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

Shades of Amaranth #F22447

Tints of Amaranth #F22447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.32%

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

R = 69.34%
G = 10.32%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F22447 (or 0xF22447) is known color: Amaranth. HEX triplet: F2, 24 and 47. RGB value is (242,36,71). Sum of RGB (Red+Green+Blue) = 242+36+71=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F22447 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22447 is #0DDBB8. Grayscale: #656565. Windows color (decimal): -908217 or 4662514. OLE color: 4662514.

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

Color convert

RGB 242 36 71 -
CMYK 0 0.85 0.71 0.05
HSL 349.81º 0.89% 0.55% -
HSV(B) 349.81º 0.85% 0.95% -
XYZ 38.39 20.59 7.91 -
YUV 101.58 110.75 228.15 -
System Red Green Blue C M Y K H S L
Decimal 242 36 71 0 0.85 0.71 0.05 349.81 0.89 0.55
Hex F2 24 47 0 55 47 5 15E 59 37
Octal 362 44 107 0 125 107 5 536 131 67
Binary 11110010 100100 1000111 0 1010101 1000111 101 101011110 1011001 110111

Color Harmonies of #F22447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22447

Black with #F22447

Text Example


Text Example

White with #F22447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22447; }

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

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

background-color css

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

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

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

border-color css

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

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

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