#F91867

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

Shades of Ruby #F91867

Tints of Ruby #F91867

Color information

#F91867 (or 0xF91867) is unknown color: approx Ruby. HEX triplet: F9, 18 and 67. RGB value is (249,24,103). Sum of RGB (Red+Green+Blue) = 249+24+103=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F91867 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91867 is #06E798. Grayscale: #646464. Windows color (decimal): -452505 or 6756601. OLE color: 6756601.

HSL color Cylindrical-coordinate representation of color #F91867: hue angle of 338.93º 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 #F91867 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB24924103-
CMYK00.900.590.02
HSL338.93º94.94%53.53%-
HSV(B)338.93º90.36%97.65%-
XYZ41.8421.7714.83-
YUV100.28129.54234.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 66.22%
GREEN value IS 24 (9.77% from 255) = 6.38%
BLUE value IS 103 (40.62% from 255) = 27.39%
R=66.22%
G=6.38%
B=27.39%

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
Decimal2492410300.900.590.02338.9394.9453.53
HexF9186705A3B21535f36
Octal37130147013273252313766
Binary1111100111000110011101011010111011101010100111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91867; }

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

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

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

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

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

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

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

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