#F91866

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

Shades of Ruby #F91866

Tints of Ruby #F91866

Color information

#F91866 (or 0xF91866) is unknown color: approx Ruby. HEX triplet: F9, 18 and 66. RGB value is (249,24,102). Sum of RGB (Red+Green+Blue) = 249+24+102=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F91866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91866 is #06E799. Grayscale: #646464. Windows color (decimal): -452506 or 6691065. OLE color: 6691065.

HSL color Cylindrical-coordinate representation of color #F91866: hue angle of 339.2º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91866 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB24924102-
CMYK00.900.590.02
HSL339.2º94.94%53.53%-
HSV(B)339.2º90.36%97.65%-
XYZ41.7921.7514.57-
YUV100.17129.04234.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 66.4%
GREEN value IS 24 (9.77% from 255) = 6.4%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=66.4%
G=6.4%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492410200.900.590.02339.294.9453.53
HexF9186605A3B21535f36
Octal37130146013273252313766
Binary1111100111000110011001011010111011101010100111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91866; }

 p { color: rgb(249,24,102); }

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

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

 a { background-color: rgb(249,24,102); }

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

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

 span { border-color: rgb(249,24,102); }

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