Html Css Color HEX #F22358 Amaranth

📋 copy color: '#F22358'

red 242 ◦ green 35 ◦ blue 88

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

Shades of Amaranth #F22358

Tints of Amaranth #F22358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.59%

 BLUE value IS 88 (34.77% from 255) = 24.11%

R = 66.3%
G = 9.59%
B = 24.11%

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

#F22358 (or 0xF22358) is known color: Amaranth. HEX triplet: F2, 23 and 58. RGB value is (242,35,88). Sum of RGB (Red+Green+Blue) = 242+35+88=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F22358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22358 is #0DDCA7. Grayscale: #666666. Windows color (decimal): -908456 or 5776370. OLE color: 5776370.

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

Color convert

RGB 242 35 88 -
CMYK 0 0.86 0.64 0.05
HSL 344.64º 0.89% 0.54% -
HSV(B) 344.64º 0.86% 0.95% -
XYZ 38.98 20.78 11.19 -
YUV 102.94 119.58 227.19 -
System Red Green Blue C M Y K H S L
Decimal 242 35 88 0 0.86 0.64 0.05 344.64 0.89 0.54
Hex F2 23 58 0 56 40 5 159 59 36
Octal 362 43 130 0 126 100 5 531 131 66
Binary 11110010 100011 1011000 0 1010110 1000000 101 101011001 1011001 110110

Color Harmonies of #F22358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22358

Black with #F22358

Text Example


Text Example

White with #F22358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22358; }

 p { color: rgb(242,35,88); }

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

background-color css

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

 a { background-color: rgb(242,35,88); }

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

border-color css

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

 span { border-color: rgb(242,35,88); }

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