#F01272

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

Shades of Ruby #F01272

Tints of Ruby #F01272

Color information

#F01272 (or 0xF01272) is unknown color: approx Ruby. HEX triplet: F0, 12 and 72. RGB value is (240,18,114). Sum of RGB (Red+Green+Blue) = 240+18+114=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F01272 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01272 is #0FED8D. Grayscale: #5F5F5F. Windows color (decimal): -1043854 or 7475952. OLE color: 7475952.

HSL color Cylindrical-coordinate representation of color #F01272: hue angle of 334.05º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01272 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB24018114-
CMYK00.920.520.06
HSL334.05º88.1%50.59%-
HSV(B)334.05º92.5%94.12%-
XYZ39.1920.1717.75-
YUV95.32138.55231.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 64.52%
GREEN value IS 18 (7.42% from 255) = 4.84%
BLUE value IS 114 (44.92% from 255) = 30.65%
R=64.52%
G=4.84%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401811400.920.520.06334.0588.150.59
HexF0127205C34614e5833
Octal36022162013464651613063
Binary11110000100101110010010111001101001101010011101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01272; }

 p { color: rgb(240,18,114); }

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

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

 a { background-color: rgb(240,18,114); }

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

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

 span { border-color: rgb(240,18,114); }

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