#F21A63

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

Shades of Ruby #F21A63

Tints of Ruby #F21A63

Color information

#F21A63 (or 0xF21A63) is unknown color: approx Ruby. HEX triplet: F2, 1A and 63. RGB value is (242,26,99). Sum of RGB (Red+Green+Blue) = 242+26+99=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21A63 is #0DE59C. Grayscale: #626262. Windows color (decimal): -910749 or 6494962. OLE color: 6494962.

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

Color convert

RGB2422699-
CMYK00.890.590.05
HSL339.72º89.26%52.55%-
HSV(B)339.72º89.26%94.9%-
XYZ39.2420.5213.7-
YUV98.91128.06230.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 65.94%
GREEN value IS 26 (10.55% from 255) = 7.08%
BLUE value IS 99 (39.06% from 255) = 26.98%
R=65.94%
G=7.08%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242269900.890.590.05339.7289.2652.55
HexF21A630593B51545935
Octal36232143013173552413165
Binary11110010110101100011010110011110111011010101001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21A63; }

 p { color: rgb(242,26,99); }

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

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

 a { background-color: rgb(242,26,99); }

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

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

 span { border-color: rgb(242,26,99); }

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