#F01C67

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

Shades of Ruby #F01C67

Tints of Ruby #F01C67

Color information

#F01C67 (or 0xF01C67) is unknown color: approx Ruby. HEX triplet: F0, 1C and 67. RGB value is (240,28,103). Sum of RGB (Red+Green+Blue) = 240+28+103=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01C67 is #0FE398. Grayscale: #636363. Windows color (decimal): -1041305 or 6757616. OLE color: 6757616.

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

Color convert

RGB24028103-
CMYK00.880.570.06
HSL338.77º87.6%52.55%-
HSV(B)338.77º88.33%94.12%-
XYZ38.820.3414.71-
YUV99.94129.74227.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 64.69%
GREEN value IS 28 (11.33% from 255) = 7.55%
BLUE value IS 103 (40.62% from 255) = 27.76%
R=64.69%
G=7.55%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402810300.880.570.06338.7787.652.55
HexF01C670583961535835
Octal36034147013071652313065
Binary11110000111001100111010110001110011101010100111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01C67; }

 p { color: rgb(240,28,103); }

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

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

 a { background-color: rgb(240,28,103); }

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

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

 span { border-color: rgb(240,28,103); }

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