Html Css Color HEX #F22152 Amaranth

📋 copy color: '#F22152'

red 242 ◦ green 33 ◦ blue 82

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

Shades of Amaranth #F22152

Tints of Amaranth #F22152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.97%

R = 67.79%
G = 9.24%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F22152 (or 0xF22152) is known color: Amaranth. HEX triplet: F2, 21 and 52. RGB value is (242,33,82). Sum of RGB (Red+Green+Blue) = 242+33+82=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F22152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22152 is #0DDEAD. Grayscale: #656565. Windows color (decimal): -908974 or 5382642. OLE color: 5382642.

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

Color convert

RGB 242 33 82 -
CMYK 0 0.86 0.66 0.05
HSL 345.93º 0.89% 0.54% -
HSV(B) 345.93º 0.86% 0.95% -
XYZ 38.68 20.57 9.91 -
YUV 101.08 117.24 228.52 -
System Red Green Blue C M Y K H S L
Decimal 242 33 82 0 0.86 0.66 0.05 345.93 0.89 0.54
Hex F2 21 52 0 56 42 5 15A 59 36
Octal 362 41 122 0 126 102 5 532 131 66
Binary 11110010 100001 1010010 0 1010110 1000010 101 101011010 1011001 110110

Color Harmonies of #F22152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22152

Black with #F22152

Text Example


Text Example

White with #F22152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22152; }

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

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

background-color css

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

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

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

border-color css

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

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

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