#FA1471

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

Shades of Ruby #FA1471

Tints of Ruby #FA1471

Color information

#FA1471 (or 0xFA1471) is unknown color: approx Ruby. HEX triplet: FA, 14 and 71. RGB value is (250,20,113). Sum of RGB (Red+Green+Blue) = 250+20+113=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1471 is #05EB8E. Grayscale: #636363. Windows color (decimal): -387983 or 7410938. OLE color: 7410938.

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

Color convert

RGB25020113-
CMYK00.920.550.02
HSL335.74º95.83%52.94%-
HSV(B)335.74º92%98.04%-
XYZ42.6622.0217.62-
YUV99.37135.7235.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 65.27%
GREEN value IS 20 (8.20% from 255) = 5.22%
BLUE value IS 113 (44.53% from 255) = 29.50%
R=65.27%
G=5.22%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502011300.920.550.02335.7495.8352.94
HexFA147105C3721506035
Octal37224161013467252014065
Binary1111101010100111000101011100110111101010100001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1471; }

 p { color: rgb(250,20,113); }

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

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

 a { background-color: rgb(250,20,113); }

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

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

 span { border-color: rgb(250,20,113); }

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