#F0206C

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

Shades of Ruby #F0206C

Tints of Ruby #F0206C

Color information

#F0206C (or 0xF0206C) is unknown color: approx Ruby. HEX triplet: F0, 20 and 6C. RGB value is (240,32,108). Sum of RGB (Red+Green+Blue) = 240+32+108=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0206C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0206C is #0FDF93. Grayscale: #666666. Windows color (decimal): -1040276 or 7086320. OLE color: 7086320.

HSL color Cylindrical-coordinate representation of color #F0206C: hue angle of 338.08º 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 #F0206C is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB24032108-
CMYK00.870.550.06
HSL338.08º87.39%53.33%-
HSV(B)338.08º86.67%94.12%-
XYZ39.1620.6416.11-
YUV102.86130.91225.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.16%
GREEN value IS 32 (12.89% from 255) = 8.42%
BLUE value IS 108 (42.58% from 255) = 28.42%
R=63.16%
G=8.42%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403210800.870.550.06338.0887.3953.33
HexF0206C0573761525735
Octal36040154012767652212765
Binary111100001000001101100010101111101111101010100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0206C; }

 p { color: rgb(240,32,108); }

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

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

 a { background-color: rgb(240,32,108); }

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

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

 span { border-color: rgb(240,32,108); }

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