#F22758

Color #F22758 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #F22758

Tints of Amaranth #F22758

Color information

#F22758 (or 0xF22758) is unknown color: approx Amaranth. HEX triplet: F2, 27 and 58. RGB value is (242,39,88). Sum of RGB (Red+Green+Blue) = 242+39+88=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F22758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22758 is #0DD8A7. Grayscale: #696969. Windows color (decimal): -907432 or 5777394. OLE color: 5777394.

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

Color convert

RGB2423988-
CMYK00.840.640.05
HSL345.52º88.65%55.1%-
HSV(B)345.52º83.88%94.9%-
XYZ39.121.0311.23-
YUV105.28118.25225.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 65.58%
GREEN value IS 39 (15.62% from 255) = 10.57%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=65.58%
G=10.57%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242398800.840.640.05345.5288.6555.1
HexF2275805440515a5937
Octal362471300124100553213167
Binary1111001010011110110000101010010000001011010110101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22758; }

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

 H1.HeaderClassName
 {
   color: #F22758;
 }
 .AnyTagClassName
 {
   color: #F22758;
 }
</style>
background-color css

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

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

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

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

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

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