Html Css Color HEX #F2244A Amaranth

📋 copy color: '#F2244A'

red 242 ◦ green 36 ◦ blue 74

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

Shades of Amaranth #F2244A

Tints of Amaranth #F2244A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.02%

R = 68.75%
G = 10.23%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2244A (or 0xF2244A) is known color: Amaranth. HEX triplet: F2, 24 and 4A. RGB value is (242,36,74). Sum of RGB (Red+Green+Blue) = 242+36+74=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2244A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2244A is #0DDBB5. Grayscale: #656565. Windows color (decimal): -908214 or 4859122. OLE color: 4859122.

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

Color convert

RGB 242 36 74 -
CMYK 0 0.85 0.69 0.05
HSL 348.93º 0.89% 0.55% -
HSV(B) 348.93º 0.85% 0.95% -
XYZ 38.48 20.63 8.43 -
YUV 101.93 112.25 227.91 -
System Red Green Blue C M Y K H S L
Decimal 242 36 74 0 0.85 0.69 0.05 348.93 0.89 0.55
Hex F2 24 4A 0 55 45 5 15D 59 37
Octal 362 44 112 0 125 105 5 535 131 67
Binary 11110010 100100 1001010 0 1010101 1000101 101 101011101 1011001 110111

Color Harmonies of #F2244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2244A

Black with #F2244A

Text Example


Text Example

White with #F2244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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