#F61B6A

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

Shades of Ruby #F61B6A

Tints of Ruby #F61B6A

Color information

#F61B6A (or 0xF61B6A) is unknown color: approx Ruby. HEX triplet: F6, 1B and 6A. RGB value is (246,27,106). Sum of RGB (Red+Green+Blue) = 246+27+106=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61B6A is #09E495. Grayscale: #656565. Windows color (decimal): -648342 or 6953974. OLE color: 6953974.

HSL color Cylindrical-coordinate representation of color #F61B6A: hue angle of 338.36º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61B6A is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB24627106-
CMYK00.890.570.04
HSL338.36º92.41%53.53%-
HSV(B)338.36º89.02%96.47%-
XYZ4121.4215.61-
YUV101.49130.55231.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 64.91%
GREEN value IS 27 (10.94% from 255) = 7.12%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=64.91%
G=7.12%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462710600.890.570.04338.3692.4153.53
HexF61B6A0593941525c36
Octal36633152013171452213466
Binary11110110110111101010010110011110011001010100101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61B6A; }

 p { color: rgb(246,27,106); }

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

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

 a { background-color: rgb(246,27,106); }

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

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

 span { border-color: rgb(246,27,106); }

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