#F31B69

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

Shades of Ruby #F31B69

Tints of Ruby #F31B69

Color information

#F31B69 (or 0xF31B69) is unknown color: approx Ruby. HEX triplet: F3, 1B and 69. RGB value is (243,27,105). Sum of RGB (Red+Green+Blue) = 243+27+105=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31B69 is #0CE496. Grayscale: #646464. Windows color (decimal): -844951 or 6888435. OLE color: 6888435.

HSL color Cylindrical-coordinate representation of color #F31B69: hue angle of 338.33º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31B69 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB24327105-
CMYK00.890.570.05
HSL338.33º90%52.94%-
HSV(B)338.33º88.89%95.29%-
XYZ39.920.8615.29-
YUV100.48130.56229.66-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 64.8%
GREEN value IS 27 (10.94% from 255) = 7.2%
BLUE value IS 105 (41.41% from 255) = 28%
R=64.8%
G=7.2%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432710500.890.570.05338.339052.94
HexF31B690593951525a35
Octal36333151013171552213265
Binary11110011110111101001010110011110011011010100101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31B69; }

 p { color: rgb(243,27,105); }

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

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

 a { background-color: rgb(243,27,105); }

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

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

 span { border-color: rgb(243,27,105); }

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