#f12075

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

Shades of Ruby #F12075

Tints of Ruby #F12075

Color information

#F12075 (or 0xF12075) is unknown color: approx Ruby. HEX triplet: F1, 20 and 75. RGB value is (241,32,117). Sum of RGB (Red+Green+Blue) = 241+32+117=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F12075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12075 is #0EDF8A. Grayscale: #686868. Windows color (decimal): -974731 or 7676145. OLE color: 7676145.

HSL color Cylindrical-coordinate representation of color #F12075: hue angle of 335.6º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12075 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB24132117-
CMYK00.870.510.05
HSL335.6º88.19%53.53%-
HSV(B)335.6º86.72%94.51%-
XYZ4021.0218.78-
YUV104.18135.24225.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.79%
GREEN value IS 32 (12.89% from 255) = 8.21%
BLUE value IS 117 (46.09% from 255) = 30%
R=61.79%
G=8.21%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413211700.870.510.05335.688.1953.53
HexF120750573351505836
Octal36140165012763552013066
Binary111100011000001110101010101111100111011010100001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f12075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f12075; }

 p { color: rgb(241,32,117); }

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

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

 a { background-color: rgb(241,32,117); }

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

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

 span { border-color: rgb(241,32,117); }

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