#F2176E

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

Shades of Ruby #F2176E

Tints of Ruby #F2176E

Color information

#F2176E (or 0xF2176E) is unknown color: approx Ruby. HEX triplet: F2, 17 and 6E. RGB value is (242,23,110). Sum of RGB (Red+Green+Blue) = 242+23+110=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F2176E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2176E is #0DE891. Grayscale: #626262. Windows color (decimal): -911506 or 7215090. OLE color: 7215090.

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

Color convert

RGB24223110-
CMYK00.900.550.05
HSL336.16º89.39%51.96%-
HSV(B)336.16º90.5%94.9%-
XYZ39.7420.6216.64-
YUV98.4134.55230.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.53%
GREEN value IS 23 (9.38% from 255) = 6.13%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=64.53%
G=6.13%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422311000.900.550.05336.1689.3951.96
HexF2176E05A3751505934
Octal36227156013267552013164
Binary11110010101111101110010110101101111011010100001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2176E; }

 p { color: rgb(242,23,110); }

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

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

 a { background-color: rgb(242,23,110); }

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

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

 span { border-color: rgb(242,23,110); }

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