#F01D5E

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

Shades of Ruby #F01D5E

Tints of Ruby #F01D5E

Color information

#F01D5E (or 0xF01D5E) is unknown color: approx Ruby. HEX triplet: F0, 1D and 5E. RGB value is (240,29,94). Sum of RGB (Red+Green+Blue) = 240+29+94=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01D5E is #0FE2A1. Grayscale: #636363. Windows color (decimal): -1041058 or 6168048. OLE color: 6168048.

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

Color convert

RGB2402994-
CMYK00.880.610.06
HSL341.52º87.55%52.75%-
HSV(B)341.52º87.92%94.12%-
XYZ38.3920.2112.47-
YUV99.5124.9228.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.12%
GREEN value IS 29 (11.72% from 255) = 7.99%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=66.12%
G=7.99%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240299400.880.610.06341.5287.5552.75
HexF01D5E0583D61565835
Octal36035136013075652613065
Binary11110000111011011110010110001111011101010101101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01D5E; }

 p { color: rgb(240,29,94); }

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

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

 a { background-color: rgb(240,29,94); }

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

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

 span { border-color: rgb(240,29,94); }

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