#F01D5F

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

Shades of Ruby #F01D5F

Tints of Ruby #F01D5F

Color information

#F01D5F (or 0xF01D5F) is unknown color: approx Ruby. HEX triplet: F0, 1D and 5F. RGB value is (240,29,95). Sum of RGB (Red+Green+Blue) = 240+29+95=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01D5F is #0FE2A0. Grayscale: #636363. Windows color (decimal): -1041057 or 6233584. OLE color: 6233584.

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

Color convert

RGB2402995-
CMYK00.880.600.06
HSL341.23º87.55%52.75%-
HSV(B)341.23º87.92%94.12%-
XYZ38.4420.2312.71-
YUV99.61125.4228.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.93%
GREEN value IS 29 (11.72% from 255) = 7.97%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=65.93%
G=7.97%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240299500.880.600.06341.2387.5552.75
HexF01D5F0583C61555835
Octal36035137013074652513065
Binary11110000111011011111010110001111001101010101011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01D5F; }

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

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

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

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

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

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

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

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