#F01A57

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

Shades of Ruby #F01A57

Tints of Ruby #F01A57

Color information

#F01A57 (or 0xF01A57) is unknown color: approx Ruby. HEX triplet: F0, 1A and 57. RGB value is (240,26,87). Sum of RGB (Red+Green+Blue) = 240+26+87=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01A57 is #0FE5A8. Grayscale: #606060. Windows color (decimal): -1041833 or 5708528. OLE color: 5708528.

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

Color convert

RGB2402687-
CMYK00.890.640.06
HSL342.9º87.7%52.16%-
HSV(B)342.9º89.17%94.12%-
XYZ38.0219.9510.86-
YUV96.94122.4230.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 67.99%
GREEN value IS 26 (10.55% from 255) = 7.37%
BLUE value IS 87 (34.38% from 255) = 24.65%
R=67.99%
G=7.37%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240268700.890.640.06342.987.752.16
HexF01A570594061575834
Octal360321270131100652713064
Binary111100001101010101110101100110000001101010101111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01A57; }

 p { color: rgb(240,26,87); }

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

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

 a { background-color: rgb(240,26,87); }

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

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

 span { border-color: rgb(240,26,87); }

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