Html Css Color HEX #F2224E Amaranth

📋 copy color: '#F2224E'

red 242 ◦ green 34 ◦ blue 78

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

Shades of Amaranth #F2224E

Tints of Amaranth #F2224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.6%

 BLUE value IS 78 (30.86% from 255) = 22.03%

R = 68.36%
G = 9.6%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2224E (or 0xF2224E) is known color: Amaranth. HEX triplet: F2, 22 and 4E. RGB value is (242,34,78). Sum of RGB (Red+Green+Blue) = 242+34+78=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F2224E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2224E is #0DDDB1. Grayscale: #656565. Windows color (decimal): -908722 or 5120754. OLE color: 5120754.

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

Color convert

RGB 242 34 78 -
CMYK 0 0.86 0.68 0.05
HSL 347.31º 0.89% 0.54% -
HSV(B) 347.31º 0.86% 0.95% -
XYZ 38.57 20.57 9.15 -
YUV 101.21 114.91 228.42 -
System Red Green Blue C M Y K H S L
Decimal 242 34 78 0 0.86 0.68 0.05 347.31 0.89 0.54
Hex F2 22 4E 0 56 44 5 15B 59 36
Octal 362 42 116 0 126 104 5 533 131 66
Binary 11110010 100010 1001110 0 1010110 1000100 101 101011011 1011001 110110

Color Harmonies of #F2224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2224E

Black with #F2224E

Text Example


Text Example

White with #F2224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2224E; }

 p { color: rgb(242,34,78); }

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

background-color css

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

 a { background-color: rgb(242,34,78); }

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

border-color css

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

 span { border-color: rgb(242,34,78); }

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