#F51A6A

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

Shades of Ruby #F51A6A

Tints of Ruby #F51A6A

Color information

#F51A6A (or 0xF51A6A) is unknown color: approx Ruby. HEX triplet: F5, 1A and 6A. RGB value is (245,26,106). Sum of RGB (Red+Green+Blue) = 245+26+106=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F51A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51A6A is #0AE595. Grayscale: #646464. Windows color (decimal): -714134 or 6953717. OLE color: 6953717.

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

Color convert

RGB24526106-
CMYK00.890.570.04
HSL338.08º91.63%53.14%-
HSV(B)338.08º89.39%96.08%-
XYZ40.6321.1915.58-
YUV100.6131.05231-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.99%
GREEN value IS 26 (10.55% from 255) = 6.90%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=64.99%
G=6.90%
B=28.12%

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
Decimal2452610600.890.570.04338.0891.6353.14
HexF51A6A0593941525c35
Octal36532152013171452213465
Binary11110101110101101010010110011110011001010100101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51A6A; }

 p { color: rgb(245,26,106); }

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

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

 a { background-color: rgb(245,26,106); }

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

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

 span { border-color: rgb(245,26,106); }

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