Html Css Color HEX #F22557 Amaranth

📋 copy color: '#F22557'

red 242 ◦ green 37 ◦ blue 87

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

Shades of Amaranth #F22557

Tints of Amaranth #F22557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.77%

R = 66.12%
G = 10.11%
B = 23.77%

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

#F22557 (or 0xF22557) is known color: Amaranth. HEX triplet: F2, 25 and 57. RGB value is (242,37,87). Sum of RGB (Red+Green+Blue) = 242+37+87=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F22557 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22557 is #0DDAA8. Grayscale: #686868. Windows color (decimal): -907945 or 5711346. OLE color: 5711346.

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

Color convert

RGB 242 37 87 -
CMYK 0 0.85 0.64 0.05
HSL 345.37º 0.89% 0.55% -
HSV(B) 345.37º 0.85% 0.95% -
XYZ 39 20.89 10.99 -
YUV 104 118.42 226.43 -
System Red Green Blue C M Y K H S L
Decimal 242 37 87 0 0.85 0.64 0.05 345.37 0.89 0.55
Hex F2 25 57 0 55 40 5 159 59 37
Octal 362 45 127 0 125 100 5 531 131 67
Binary 11110010 100101 1010111 0 1010101 1000000 101 101011001 1011001 110111

Color Harmonies of #F22557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22557

Black with #F22557

Text Example


Text Example

White with #F22557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22557; }

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

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

background-color css

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

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

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

border-color css

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

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

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