#F01B60

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

Shades of Ruby #F01B60

Tints of Ruby #F01B60

Color information

#F01B60 (or 0xF01B60) is unknown color: approx Ruby. HEX triplet: F0, 1B and 60. RGB value is (240,27,96). Sum of RGB (Red+Green+Blue) = 240+27+96=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01B60 is #0FE49F. Grayscale: #626262. Windows color (decimal): -1041568 or 6298608. OLE color: 6298608.

HSL color Cylindrical-coordinate representation of color #F01B60: hue angle of 340.56º 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 #F01B60 is Cyan = 0, Magento = 0.89, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB2402796-
CMYK00.890.60.06
HSL340.56º87.65%52.35%-
HSV(B)340.56º88.75%94.12%-
XYZ38.4420.1512.93-
YUV98.55126.57228.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.12%
GREEN value IS 27 (10.94% from 255) = 7.44%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=66.12%
G=7.44%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240279600.890.60.06340.5687.6552.35
HexF01B600593C61555834
Octal36033140013174652513064
Binary11110000110111100000010110011111001101010101011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01B60; }

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

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

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

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

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

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

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

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