#F01C5E

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

Shades of Ruby #F01C5E

Tints of Ruby #F01C5E

Color information

#F01C5E (or 0xF01C5E) is unknown color: approx Ruby. HEX triplet: F0, 1C and 5E. RGB value is (240,28,94). Sum of RGB (Red+Green+Blue) = 240+28+94=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01C5E is #0FE3A1. Grayscale: #626262. Windows color (decimal): -1041314 or 6167792. OLE color: 6167792.

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

Color convert

RGB2402894-
CMYK00.880.610.06
HSL341.32º87.6%52.55%-
HSV(B)341.32º88.33%94.12%-
XYZ38.3720.1612.46-
YUV98.91125.24228.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.30%
GREEN value IS 28 (11.33% from 255) = 7.73%
BLUE value IS 94 (37.11% from 255) = 25.97%
R=66.30%
G=7.73%
B=25.97%

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
Decimal240289400.880.610.06341.3287.652.55
HexF01C5E0583D61555835
Octal36034136013075652513065
Binary11110000111001011110010110001111011101010101011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01C5E; }

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

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

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

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

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

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

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

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