#FE1370

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

Shades of Ruby #FE1370

Tints of Ruby #FE1370

Color information

#FE1370 (or 0xFE1370) is unknown color: approx Ruby. HEX triplet: FE, 13 and 70. RGB value is (254,19,112). Sum of RGB (Red+Green+Blue) = 254+19+112=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1370 is #01EC8F. Grayscale: #636363. Windows color (decimal): -126096 or 7345150. OLE color: 7345150.

HSL color Cylindrical-coordinate representation of color #FE1370: hue angle of 336.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1370 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB25419112-
CMYK00.930.560.00
HSL336.26º99.16%53.53%-
HSV(B)336.26º92.52%99.61%-
XYZ44.0322.7117.39-
YUV99.87134.86237.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 65.97%
GREEN value IS 19 (7.81% from 255) = 4.94%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=65.97%
G=4.94%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541911200.930.560.00336.2699.1653.53
HexFE137005D3801506336
Octal37623160013570052014366
Binary111111101001111100000101110111100001010100001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1370; }

 p { color: rgb(254,19,112); }

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

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

 a { background-color: rgb(254,19,112); }

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

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

 span { border-color: rgb(254,19,112); }

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