#F01B64

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

Shades of Ruby #F01B64

Tints of Ruby #F01B64

Color information

#F01B64 (or 0xF01B64) is unknown color: approx Ruby. HEX triplet: F0, 1B and 64. RGB value is (240,27,100). Sum of RGB (Red+Green+Blue) = 240+27+100=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01B64 is #0FE49B. Grayscale: #626262. Windows color (decimal): -1041564 or 6560752. OLE color: 6560752.

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

Color convert

RGB24027100-
CMYK00.890.580.06
HSL339.44º87.65%52.35%-
HSV(B)339.44º88.75%94.12%-
XYZ38.6320.2313.93-
YUV99.01128.57228.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.40%
GREEN value IS 27 (10.94% from 255) = 7.36%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=65.40%
G=7.36%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402710000.890.580.06339.4487.6552.35
HexF01B640593A61535834
Octal36033144013172652313064
Binary11110000110111100100010110011110101101010100111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01B64; }

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

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

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

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

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

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

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

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