Html Css Color HEX #F22456 Amaranth

📋 copy color: '#F22456'

red 242 ◦ green 36 ◦ blue 86

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

Shades of Amaranth #F22456

Tints of Amaranth #F22456

RGB

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

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

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

R = 66.48%
G = 9.89%
B = 23.63%

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

#F22456 (or 0xF22456) is known color: Amaranth. HEX triplet: F2, 24 and 56. RGB value is (242,36,86). Sum of RGB (Red+Green+Blue) = 242+36+86=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F22456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22456 is #0DDBA9. Grayscale: #676767. Windows color (decimal): -908202 or 5645554. OLE color: 5645554.

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

Color convert

RGB 242 36 86 -
CMYK 0 0.85 0.64 0.05
HSL 345.44º 0.89% 0.55% -
HSV(B) 345.44º 0.85% 0.95% -
XYZ 38.93 20.81 10.77 -
YUV 103.29 118.25 226.93 -
System Red Green Blue C M Y K H S L
Decimal 242 36 86 0 0.85 0.64 0.05 345.44 0.89 0.55
Hex F2 24 56 0 55 40 5 159 59 37
Octal 362 44 126 0 125 100 5 531 131 67
Binary 11110010 100100 1010110 0 1010101 1000000 101 101011001 1011001 110111

Color Harmonies of #F22456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22456

Black with #F22456

Text Example


Text Example

White with #F22456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22456; }

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

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

background-color css

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

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

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

border-color css

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

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

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