#F01B5A

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

Shades of Ruby #F01B5A

Tints of Ruby #F01B5A

Color information

#F01B5A (or 0xF01B5A) is unknown color: approx Ruby. HEX triplet: F0, 1B and 5A. RGB value is (240,27,90). Sum of RGB (Red+Green+Blue) = 240+27+90=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01B5A is #0FE4A5. Grayscale: #616161. Windows color (decimal): -1041574 or 5905392. OLE color: 5905392.

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

Color convert

RGB2402790-
CMYK00.890.620.06
HSL342.25º87.65%52.35%-
HSV(B)342.25º88.75%94.12%-
XYZ38.1720.0511.53-
YUV97.87123.57229.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 67.23%
GREEN value IS 27 (10.94% from 255) = 7.56%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=67.23%
G=7.56%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240279000.890.620.06342.2587.6552.35
HexF01B5A0593E61565834
Octal36033132013176652613064
Binary11110000110111011010010110011111101101010101101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01B5A; }

 p { color: rgb(240,27,90); }

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

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

 a { background-color: rgb(240,27,90); }

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

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

 span { border-color: rgb(240,27,90); }

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