Html Css Color HEX #F22556 Amaranth

📋 copy color: '#F22556'

red 242 ◦ green 37 ◦ blue 86

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

Shades of Amaranth #F22556

Tints of Amaranth #F22556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.14%

 BLUE value IS 86 (33.98% from 255) = 23.56%

R = 66.3%
G = 10.14%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F22556 (or 0xF22556) is known color: Amaranth. HEX triplet: F2, 25 and 56. RGB value is (242,37,86). Sum of RGB (Red+Green+Blue) = 242+37+86=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F22556 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22556 is #0DDAA9. Grayscale: #676767. Windows color (decimal): -907946 or 5645810. OLE color: 5645810.

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

Color convert

RGB 242 37 86 -
CMYK 0 0.85 0.64 0.05
HSL 345.66º 0.89% 0.55% -
HSV(B) 345.66º 0.85% 0.95% -
XYZ 38.96 20.87 10.78 -
YUV 103.88 117.92 226.52 -
System Red Green Blue C M Y K H S L
Decimal 242 37 86 0 0.85 0.64 0.05 345.66 0.89 0.55
Hex F2 25 56 0 55 40 5 15A 59 37
Octal 362 45 126 0 125 100 5 532 131 67
Binary 11110010 100101 1010110 0 1010101 1000000 101 101011010 1011001 110111

Color Harmonies of #F22556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22556

Black with #F22556

Text Example


Text Example

White with #F22556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22556; }

 p { color: rgb(242,37,86); }

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

background-color css

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

 a { background-color: rgb(242,37,86); }

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

border-color css

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

 span { border-color: rgb(242,37,86); }

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