Html Css Color HEX #F2225B Amaranth

📋 copy color: '#F2225B'

red 242 ◦ green 34 ◦ blue 91

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

Shades of Amaranth #F2225B

Tints of Amaranth #F2225B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.8%

R = 65.94%
G = 9.26%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2225B (or 0xF2225B) is known color: Amaranth. HEX triplet: F2, 22 and 5B. RGB value is (242,34,91). Sum of RGB (Red+Green+Blue) = 242+34+91=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F2225B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2225B is #0DDDA4. Grayscale: #666666. Windows color (decimal): -908709 or 5972722. OLE color: 5972722.

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

Color convert

RGB 242 34 91 -
CMYK 0 0.86 0.62 0.05
HSL 343.56º 0.89% 0.54% -
HSV(B) 343.56º 0.86% 0.95% -
XYZ 39.08 20.78 11.85 -
YUV 102.69 121.41 227.37 -
System Red Green Blue C M Y K H S L
Decimal 242 34 91 0 0.86 0.62 0.05 343.56 0.89 0.54
Hex F2 22 5B 0 56 3E 5 158 59 36
Octal 362 42 133 0 126 76 5 530 131 66
Binary 11110010 100010 1011011 0 1010110 111110 101 101011000 1011001 110110

Color Harmonies of #F2225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2225B

Black with #F2225B

Text Example


Text Example

White with #F2225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2225B; }

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

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

background-color css

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

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

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

border-color css

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

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

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