#F01E5F

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

Shades of Ruby #F01E5F

Tints of Ruby #F01E5F

Color information

#F01E5F (or 0xF01E5F) is unknown color: approx Ruby. HEX triplet: F0, 1E and 5F. RGB value is (240,30,95). Sum of RGB (Red+Green+Blue) = 240+30+95=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01E5F is #0FE1A0. Grayscale: #646464. Windows color (decimal): -1040801 or 6233840. OLE color: 6233840.

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

Color convert

RGB2403095-
CMYK00.870.600.06
HSL341.43º87.5%52.94%-
HSV(B)341.43º87.5%94.12%-
XYZ38.4720.2812.71-
YUV100.2125.07227.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.75%
GREEN value IS 30 (12.11% from 255) = 8.22%
BLUE value IS 95 (37.5% from 255) = 26.03%
R=65.75%
G=8.22%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240309500.870.600.06341.4387.552.94
HexF01E5F0573C61555835
Octal36036137012774652513065
Binary11110000111101011111010101111111001101010101011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01E5F; }

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

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

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

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

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

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

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

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