#F01F78

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

Shades of Ruby #F01F78

Tints of Ruby #F01F78

Color information

#F01F78 (or 0xF01F78) is unknown color: approx Ruby. HEX triplet: F0, 1F and 78. RGB value is (240,31,120). Sum of RGB (Red+Green+Blue) = 240+31+120=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01F78 is #0FE087. Grayscale: #676767. Windows color (decimal): -1040520 or 7872496. OLE color: 7872496.

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

Color convert

RGB24031120-
CMYK00.870.50.06
HSL334.45º87.45%53.14%-
HSV(B)334.45º87.08%94.12%-
XYZ39.8220.8619.7-
YUV103.64137.24225.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.38%
GREEN value IS 31 (12.5% from 255) = 7.93%
BLUE value IS 120 (47.27% from 255) = 30.69%
R=61.38%
G=7.93%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403112000.870.50.06334.4587.4553.14
HexF01F7805732614e5735
Octal36037170012762651612765
Binary11110000111111111000010101111100101101010011101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01F78; }

 p { color: rgb(240,31,120); }

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

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

 a { background-color: rgb(240,31,120); }

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

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

 span { border-color: rgb(240,31,120); }

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