#F22750

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

Shades of Amaranth #F22750

Tints of Amaranth #F22750

Color information

#F22750 (or 0xF22750) is unknown color: approx Amaranth. HEX triplet: F2, 27 and 50. RGB value is (242,39,80). Sum of RGB (Red+Green+Blue) = 242+39+80=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F22750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22750 is #0DD8AF. Grayscale: #686868. Windows color (decimal): -907440 or 5253106. OLE color: 5253106.

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

Color convert

RGB2423980-
CMYK00.840.670.05
HSL347.88º88.65%55.1%-
HSV(B)347.88º83.88%94.9%-
XYZ38.7920.919.58-
YUV104.37114.25226.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 67.04%
GREEN value IS 39 (15.62% from 255) = 10.80%
BLUE value IS 80 (31.64% from 255) = 22.16%
R=67.04%
G=10.80%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242398000.840.670.05347.8888.6555.1
HexF2275005443515c5937
Octal362471200124103553413167
Binary1111001010011110100000101010010000111011010111001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22750; }

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

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

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

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

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

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

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

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