Html Css Color HEX #F22157 Amaranth

📋 copy color: '#F22157'

red 242 ◦ green 33 ◦ blue 87

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

Shades of Amaranth #F22157

Tints of Amaranth #F22157

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.12%

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

R = 66.85%
G = 9.12%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F22157 (or 0xF22157) is known color: Amaranth. HEX triplet: F2, 21 and 57. RGB value is (242,33,87). Sum of RGB (Red+Green+Blue) = 242+33+87=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F22157 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22157 is #0DDEA8. Grayscale: #656565. Windows color (decimal): -908969 or 5710322. OLE color: 5710322.

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

Color convert

RGB 242 33 87 -
CMYK 0 0.86 0.64 0.05
HSL 344.5º 0.89% 0.54% -
HSV(B) 344.5º 0.86% 0.95% -
XYZ 38.88 20.65 10.95 -
YUV 101.65 119.74 228.11 -
System Red Green Blue C M Y K H S L
Decimal 242 33 87 0 0.86 0.64 0.05 344.5 0.89 0.54
Hex F2 21 57 0 56 40 5 158 59 36
Octal 362 41 127 0 126 100 5 530 131 66
Binary 11110010 100001 1010111 0 1010110 1000000 101 101011000 1011001 110110

Color Harmonies of #F22157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22157

Black with #F22157

Text Example


Text Example

White with #F22157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22157; }

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

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

background-color css

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

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

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

border-color css

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

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

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