Html Css Color HEX #F22458 Amaranth

📋 copy color: '#F22458'

red 242 ◦ green 36 ◦ blue 88

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

Shades of Amaranth #F22458

Tints of Amaranth #F22458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.84%

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

R = 66.12%
G = 9.84%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F22458 (or 0xF22458) is known color: Amaranth. HEX triplet: F2, 24 and 58. RGB value is (242,36,88). Sum of RGB (Red+Green+Blue) = 242+36+88=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F22458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22458 is #0DDBA7. Grayscale: #676767. Windows color (decimal): -908200 or 5776626. OLE color: 5776626.

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

Color convert

RGB 242 36 88 -
CMYK 0 0.85 0.64 0.05
HSL 344.85º 0.89% 0.55% -
HSV(B) 344.85º 0.85% 0.95% -
XYZ 39.01 20.84 11.2 -
YUV 103.52 119.25 226.77 -
System Red Green Blue C M Y K H S L
Decimal 242 36 88 0 0.85 0.64 0.05 344.85 0.89 0.55
Hex F2 24 58 0 55 40 5 159 59 37
Octal 362 44 130 0 125 100 5 531 131 67
Binary 11110010 100100 1011000 0 1010101 1000000 101 101011001 1011001 110111

Color Harmonies of #F22458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22458

Black with #F22458

Text Example


Text Example

White with #F22458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22458; }

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

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

background-color css

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

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

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

border-color css

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

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

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