#F10F78

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

Shades of Ruby #F10F78

Tints of Ruby #F10F78

Color information

#F10F78 (or 0xF10F78) is unknown color: approx Ruby. HEX triplet: F1, 0F and 78. RGB value is (241,15,120). Sum of RGB (Red+Green+Blue) = 241+15+120=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10F78 is #0EF087. Grayscale: #5E5E5E. Windows color (decimal): -979080 or 7868401. OLE color: 7868401.

HSL color Cylindrical-coordinate representation of color #F10F78: hue angle of 332.12º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F78 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB24115120-
CMYK00.940.500.05
HSL332.12º88.98%50.2%-
HSV(B)332.12º93.78%94.51%-
XYZ39.8420.419.61-
YUV94.54142.37232.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.10%
GREEN value IS 15 (6.25% from 255) = 3.99%
BLUE value IS 120 (47.27% from 255) = 31.91%
R=64.10%
G=3.99%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411512000.940.500.05332.1288.9850.2
HexF1F7805E32514c5932
Octal36117170013662551413162
Binary1111000111111111000010111101100101011010011001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10F78; }

 p { color: rgb(241,15,120); }

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

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

 a { background-color: rgb(241,15,120); }

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

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

 span { border-color: rgb(241,15,120); }

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