#F42172

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

Shades of Ruby #F42172

Tints of Ruby #F42172

Color information

#F42172 (or 0xF42172) is unknown color: approx Ruby. HEX triplet: F4, 21 and 72. RGB value is (244,33,114). Sum of RGB (Red+Green+Blue) = 244+33+114=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F42172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42172 is #0BDE8D. Grayscale: #696969. Windows color (decimal): -777870 or 7479796. OLE color: 7479796.

HSL color Cylindrical-coordinate representation of color #F42172: hue angle of 336.97º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42172 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB24433114-
CMYK00.860.530.04
HSL336.97º90.56%54.31%-
HSV(B)336.97º86.48%95.69%-
XYZ40.8921.5417.92-
YUV105.32132.9226.91-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 62.40%
GREEN value IS 33 (13.28% from 255) = 8.44%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=62.40%
G=8.44%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443311400.860.530.04336.9790.5654.31
HexF421720563541515b36
Octal36441162012665452113366
Binary111101001000011110010010101101101011001010100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42172; }

 p { color: rgb(244,33,114); }

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

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

 a { background-color: rgb(244,33,114); }

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

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

 span { border-color: rgb(244,33,114); }

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