#F71E6C

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

Shades of Ruby #F71E6C

Tints of Ruby #F71E6C

Color information

#F71E6C (or 0xF71E6C) is unknown color: approx Ruby. HEX triplet: F7, 1E and 6C. RGB value is (247,30,108). Sum of RGB (Red+Green+Blue) = 247+30+108=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71E6C is #08E193. Grayscale: #676767. Windows color (decimal): -582036 or 7085815. OLE color: 7085815.

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

Color convert

RGB24730108-
CMYK00.880.560.03
HSL338.43º93.13%54.31%-
HSV(B)338.43º87.85%96.86%-
XYZ41.5321.7916.2-
YUV103.78130.39230.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 64.16%
GREEN value IS 30 (12.11% from 255) = 7.79%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=64.16%
G=7.79%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2473010800.880.560.03338.4393.1354.31
HexF71E6C0583831525d36
Octal36736154013070352213566
Binary1111011111110110110001011000111000111010100101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71E6C; }

 p { color: rgb(247,30,108); }

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

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

 a { background-color: rgb(247,30,108); }

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

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

 span { border-color: rgb(247,30,108); }

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