Html Css Color HEX #F22D57 Amaranth

📋 copy color: '#F22D57'

red 242 ◦ green 45 ◦ blue 87

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

Shades of Amaranth #F22D57

Tints of Amaranth #F22D57

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.03%

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

R = 64.71%
G = 12.03%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F22D57 (or 0xF22D57) is known color: Amaranth. HEX triplet: F2, 2D and 57. RGB value is (242,45,87). Sum of RGB (Red+Green+Blue) = 242+45+87=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22D57 is #0DD2A8. Grayscale: #6C6C6C. Windows color (decimal): -905897 or 5713394. OLE color: 5713394.

HSL color Cylindrical-coordinate representation of color #F22D57: hue angle of 347.21º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22D57 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 45 87 -
CMYK 0 0.81 0.64 0.05
HSL 347.21º 0.88% 0.56% -
HSV(B) 347.21º 0.81% 0.95% -
XYZ 39.28 21.44 11.09 -
YUV 108.69 115.77 223.08 -
System Red Green Blue C M Y K H S L
Decimal 242 45 87 0 0.81 0.64 0.05 347.21 0.88 0.56
Hex F2 2D 57 0 51 40 5 15B 58 38
Octal 362 55 127 0 121 100 5 533 130 70
Binary 11110010 101101 1010111 0 1010001 1000000 101 101011011 1011000 111000

Color Harmonies of #F22D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22D57

Black with #F22D57

Text Example


Text Example

White with #F22D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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