Html Css Color HEX #F22551 Amaranth

📋 copy color: '#F22551'

red 242 ◦ green 37 ◦ blue 81

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

Shades of Amaranth #F22551

Tints of Amaranth #F22551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.5%

R = 67.22%
G = 10.28%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F22551 (or 0xF22551) is known color: Amaranth. HEX triplet: F2, 25 and 51. RGB value is (242,37,81). Sum of RGB (Red+Green+Blue) = 242+37+81=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F22551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22551 is #0DDAAE. Grayscale: #676767. Windows color (decimal): -907951 or 5318130. OLE color: 5318130.

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

Color convert

RGB 242 37 81 -
CMYK 0 0.85 0.67 0.05
HSL 347.12º 0.89% 0.55% -
HSV(B) 347.12º 0.85% 0.95% -
XYZ 38.76 20.79 9.76 -
YUV 103.31 115.42 226.92 -
System Red Green Blue C M Y K H S L
Decimal 242 37 81 0 0.85 0.67 0.05 347.12 0.89 0.55
Hex F2 25 51 0 55 43 5 15B 59 37
Octal 362 45 121 0 125 103 5 533 131 67
Binary 11110010 100101 1010001 0 1010101 1000011 101 101011011 1011001 110111

Color Harmonies of #F22551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22551

Black with #F22551

Text Example


Text Example

White with #F22551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22551; }

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

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

background-color css

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

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

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

border-color css

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

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

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