Html Css Color HEX #F22048 Amaranth

📋 copy color: '#F22048'

red 242 ◦ green 32 ◦ blue 72

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

Shades of Amaranth #F22048

Tints of Amaranth #F22048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.25%

 BLUE value IS 72 (28.52% from 255) = 20.81%

R = 69.94%
G = 9.25%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F22048 (or 0xF22048) is known color: Amaranth. HEX triplet: F2, 20 and 48. RGB value is (242,32,72). Sum of RGB (Red+Green+Blue) = 242+32+72=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F22048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22048 is #0DDFB7. Grayscale: #636363. Windows color (decimal): -909240 or 4727026. OLE color: 4727026.

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

Color convert

RGB 242 32 72 -
CMYK 0 0.87 0.70 0.05
HSL 348.57º 0.89% 0.54% -
HSV(B) 348.57º 0.87% 0.95% -
XYZ 38.3 20.38 8.05 -
YUV 99.35 112.57 229.75 -
System Red Green Blue C M Y K H S L
Decimal 242 32 72 0 0.87 0.70 0.05 348.57 0.89 0.54
Hex F2 20 48 0 57 46 5 15D 59 36
Octal 362 40 110 0 127 106 5 535 131 66
Binary 11110010 100000 1001000 0 1010111 1000110 101 101011101 1011001 110110

Color Harmonies of #F22048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22048

Black with #F22048

Text Example


Text Example

White with #F22048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22048; }

 p { color: rgb(242,32,72); }

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

background-color css

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

 a { background-color: rgb(242,32,72); }

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

border-color css

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

 span { border-color: rgb(242,32,72); }

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