#F01B63

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

Shades of Ruby #F01B63

Tints of Ruby #F01B63

Color information

#F01B63 (or 0xF01B63) is unknown color: approx Ruby. HEX triplet: F0, 1B and 63. RGB value is (240,27,99). Sum of RGB (Red+Green+Blue) = 240+27+99=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01B63 is #0FE49C. Grayscale: #626262. Windows color (decimal): -1041565 or 6495216. OLE color: 6495216.

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

Color convert

RGB2402799-
CMYK00.890.590.06
HSL339.72º87.65%52.35%-
HSV(B)339.72º88.75%94.12%-
XYZ38.5820.2113.67-
YUV98.9128.07228.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.57%
GREEN value IS 27 (10.94% from 255) = 7.38%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=65.57%
G=7.38%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240279900.890.590.06339.7287.6552.35
HexF01B630593B61545834
Octal36033143013173652413064
Binary11110000110111100011010110011110111101010101001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01B63; }

 p { color: rgb(240,27,99); }

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

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

 a { background-color: rgb(240,27,99); }

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

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

 span { border-color: rgb(240,27,99); }

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